android_kernel_motorola_sm6225/drivers/media/radio
Mauro Carvalho Chehab eab924d0e2 [media] tea575x: Fix build with ARCH=c6x
In file included from /devel/v4l/temp/include/asm-generic/page.h:23:0,
                 from /devel/v4l/temp/arch/c6x/include/asm/page.h:9,
                 from /devel/v4l/temp/include/asm-generic/io.h:14,
                 from arch/c6x/include/generated/asm/io.h:1,
                 from /devel/v4l/temp/drivers/media/radio/tea575x.c:23:
/devel/v4l/temp/arch/c6x/include/asm/setup.h:17:27: error: unknown type name ‘phys_addr_t’
 extern int c6x_add_memory(phys_addr_t start, unsigned long size);

It seems that, on such arch, the includes from asm/ should be
after the ones from linux/.

The proper fix would be to patch the arch files, but, as
this fix is trivial, apply it. Also, we generally put the
asm includes after the linux ones, anyway.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-01-13 16:28:23 -02:00
..
si470x [media] si470x: add check to test if this is really a si470x 2013-12-18 11:28:41 -02:00
si4713 [media] radio-usb-si4713: make si4713_register_i2c_adapter static 2014-01-13 16:28:08 -02:00
wl128x [media] fmdrv_common: fix sparse warning 2013-10-15 12:59:16 -03:00
dsbr100.c [media] v4l2: add const to argument of write-only s_tuner ioctl 2013-03-24 06:31:23 -03:00
Kconfig [media] radio-raremono: add support for 'Thanko's Raremono' AM/FM/SW USB device 2013-12-18 11:30:32 -02:00
lm7000.h [media] radio: Add Sanyo LM7000 tuner driver 2012-06-25 11:07:27 -03:00
Makefile [media] radio-raremono: add support for 'Thanko's Raremono' AM/FM/SW USB device 2013-12-18 11:30:32 -02:00
radio-aimslab.c [media] radio-aimslab.c: get rid of warning: no previous prototype 2012-10-27 18:07:44 -02:00
radio-aztech.c [media] radio-aztech: Implement signal strength detection and fix stereo detection 2013-07-26 13:34:09 -03:00
radio-cadet.c [media] v4l2: add const to argument of write-only s_tuner ioctl 2013-03-24 06:31:23 -03:00
radio-gemtek.c [media] radio-gemtek: add PnP support for AOpen FX-3D/Pro Radio 2012-04-10 19:53:19 -03:00
radio-isa.c [media] v4l2: add const to argument of write-only s_tuner ioctl 2013-03-24 06:31:23 -03:00
radio-isa.h [media] radio-isa: PnP support for the new ISA radio framework 2012-04-10 19:52:16 -03:00
radio-keene.c [media] radio-keene: fix sparse warning 2013-10-15 13:00:04 -03:00
radio-ma901.c Merge branch 'devel-for-v3.10' into v4l_for_linus 2013-04-30 09:01:04 -03:00
radio-maxiradio.c [media] tea575x: Move header from sound to media 2013-08-18 08:08:05 -03:00
radio-miropcm20.c [media] v4l2: add const to argument of write-only s_tuner ioctl 2013-03-24 06:31:23 -03:00
radio-mr800.c [media] radio-mr800: move clamp_t check inside amradio_set_freq() 2013-03-29 08:20:19 -03:00
radio-raremono.c [media] radio-raremono: add support for 'Thanko's Raremono' AM/FM/SW USB device 2013-12-18 11:30:32 -02:00
radio-rtrack2.c [media] radio-rtrack2: fix mute bug 2013-03-05 15:20:07 -03:00
radio-sf16fmi.c [media] radio-sf16fmi: Set frequency during init 2013-06-21 11:30:01 -03:00
radio-sf16fmr2.c [media] radio-sf16fmr2: Remove redundant dev_set_drvdata 2013-10-14 06:33:38 -03:00
radio-shark.c [media] radio-shark: Mark shark_resume_leds() inline to kill compiler warning 2013-12-09 14:50:49 -02:00
radio-shark2.c [media] radio-shark2: Mark shark_resume_leds() inline to kill compiler warning 2013-12-09 14:50:50 -02:00
radio-si476x.c [media] media_tree: Fix spelling errors 2013-12-09 14:50:50 -02:00
radio-tea5764.c [media] tef6862/radio-tea5764: actually assign clamp result 2013-11-29 14:22:35 -02:00
radio-tea5777.c [media] v4l2: add const to argument of write-only s_tuner ioctl 2013-03-24 06:31:23 -03:00
radio-tea5777.h [media] radio-shark2: Add support for suspend & resume 2012-09-13 17:42:11 -03:00
radio-terratec.c [media] Add missing slab.h to fix linux-next compile errors 2012-03-19 11:25:12 -03:00
radio-timb.c [media] radio-timb: add control events and prio support 2013-06-17 09:31:12 -03:00
radio-trust.c [media] Add missing slab.h to fix linux-next compile errors 2012-03-19 11:25:12 -03:00
radio-typhoon.c [media] Add missing slab.h to fix linux-next compile errors 2012-03-19 11:25:12 -03:00
radio-wl1273.c tree-wide: use reinit_completion instead of INIT_COMPLETION 2013-11-15 09:32:21 +09:00
radio-zoltrix.c [media] Add missing slab.h to fix linux-next compile errors 2012-03-19 11:25:12 -03:00
saa7706h.c [media] saa7706h: convert to the control framework 2013-06-17 09:20:26 -03:00
tea575x.c [media] tea575x: Fix build with ARCH=c6x 2014-01-13 16:28:23 -02:00
tef6862.c [media] tef6862/radio-tea5764: actually assign clamp result 2013-11-29 14:22:35 -02:00