linux/arch/arm/mach-mxs/devices
Axel Lin b9b65860e7 ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.h
Fix below build error:
  CC      arch/arm/mach-mxs/devices/platform-mxsfb.o
arch/arm/mach-mxs/devices/platform-mxsfb.c: In function 'mx23_add_mxsfb':
arch/arm/mach-mxs/devices/platform-mxsfb.c:27: error: implicit declaration of function 'DMA_BIT_MASK'
make[2]: *** [arch/arm/mach-mxs/devices/platform-mxsfb.o] Error 1
make[1]: *** [arch/arm/mach-mxs/devices] Error 2
make: *** [arch/arm/mach-mxs] Error 2

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Tested-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-07-07 09:07:43 +02:00
..
amba-duart.c ARM: mxs: Change duart device to use amba-pl011 2011-01-12 14:47:15 +01:00
Kconfig ARM: mxs: dynamically allocate mmc device 2011-03-25 08:36:55 +01:00
Makefile ARM: mxs: dynamically allocate mmc device 2011-03-25 08:36:55 +01:00
platform-auart.c ARM: mx23: dynamically allocate mx23 auart device 2011-02-17 12:03:10 +01:00
platform-dma.c ARM: mxs: add dma device 2011-03-07 19:29:53 +01:00
platform-fec.c ARM: mxs: add a dma mask to fec devices 2011-03-01 14:19:57 +01:00
platform-flexcan.c ARM: mxs: dynamically register flexcan devices for mx28 2011-02-03 15:11:19 +01:00
platform-mxs-i2c.c ARM: mxs: fix naming of struct holding info for mxs-i2c devices 2011-05-19 13:11:23 +02:00
platform-mxs-mmc.c ARM: mxs: dynamically allocate mmc device 2011-03-25 08:36:55 +01:00
platform-mxs-pwm.c ARM: mxs: Add pwm clocks and device registration 2011-03-01 14:19:59 +01:00
platform-mxsfb.c ARM i.MX23/28: platform-mxsfb: Add missing include of linux/dma-mapping.h 2011-07-07 09:07:43 +02:00