The previous #ifdef block depends on ARCH_DAVINCI_DA8XX, not on DAVINCI_DA8XX.
Signed-off-by: Valentin Rothberg <valentinrothb...@gmail.com> --- I detected this issue with scripts/checkkconfigsymbols.py --- arch/arm/mach-davinci/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-davinci/usb.c b/arch/arm/mach-davinci/usb.c index b0a6b522575f..0a25200baebd 100644 --- a/arch/arm/mach-davinci/usb.c +++ b/arch/arm/mach-davinci/usb.c @@ -172,4 +172,4 @@ int __init da8xx_register_usb11(struct da8xx_ohci_root_hub *pdata) da8xx_usb11_device.dev.platform_data = pdata; return platform_device_register(&da8xx_usb11_device); } -#endif /* CONFIG_DAVINCI_DA8XX */ +#endif /* CONFIG_ARCH_DAVINCI_DA8XX */ -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/