aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/s3c2416.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-12 10:29:22 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-18 11:03:44 -0400
commit3524080826c289df0efd5159282f6c4aeacf0c11 (patch)
treef532fcd500b7d5b347183714b5612128b404009c /arch/arm/mach-s3c24xx/s3c2416.c
parentbfdad565ae0a61ac943974b8ae61ec0ed55ceb04 (diff)
ARM: mmp: allow platform devices with modular USB
The USB host drivers need platform data to be defined on pxa168 and pxa910, but the conditionals used in the devices.c file only work if the drivers are built-in. This patch fixes the definition by changing the #ifdef to #if IS_ENABLED(), which works both for built-in and modular Kconfig symbols. I found one specific problem using 'randconfig' builds, but for consistency, this patch uses IS_ENABLED() for all Kconfig symbols in these three files. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/s3c2416.c')
0 files changed, 0 insertions, 0 deletions