linux/drivers/media/platform/davinci
Arnd Bergmann c38cd8729c [media] davinci: do not include mach/hardware.h
It is now possible to build the davinci vpss code
on multiplatform kernels, which causes a problem
since the driver tries to incude the davinci
platform specific mach/hardware.h file. Fortunately
that file is not required at all in the driver,
so we can simply remove the #include statement.

Without this patch, building allyesconfig results in:

drivers/media/platform/davinci/vpss.c:28:27: fatal error: mach/hardware.h: No such file or directory
compilation terminated.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: "Lad, Prabhakar" <prabhakar.lad@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-02-15 13:15:39 +01:00
..
ccdc_hw_device.h
dm355_ccdc_regs.h
dm355_ccdc.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
dm644x_ccdc_regs.h
dm644x_ccdc.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
isif_regs.h
isif.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
Kconfig [media] media: davinci: vpbe: migrate driver to videobuf2 2012-11-21 13:55:10 -02:00
Makefile
vpbe_display.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
vpbe_osd_regs.h
vpbe_osd.c [media] media: davinci: vpbe: fix build warning 2012-11-21 13:53:28 -02:00
vpbe_venc_regs.h
vpbe_venc.c
vpbe.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
vpfe_capture.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
vpif_capture.c [media] vpif_capture: protect dma_queue by a spin_lock 2012-11-22 12:36:29 -02:00
vpif_capture.h
vpif_display.c [media] vpif_display: protect dma_queue by a spin_lock 2012-11-22 12:36:53 -02:00
vpif_display.h
vpif.c Drivers: media: remove __dev* attributes. 2013-01-03 15:57:02 -08:00
vpif.h
vpss.c [media] davinci: do not include mach/hardware.h 2013-02-15 13:15:39 +01:00