* [PATCH] arch/arm/mach-davinci/usb.c: correct C comment on ARCH_DAVINCI_DA8XX
@ 2015-04-29 14:04 Valentin Rothberg
0 siblings, 0 replies; only message in thread
From: Valentin Rothberg @ 2015-04-29 14:04 UTC (permalink / raw)
To: nsekhar, khilman, linux, linux-kernel; +Cc: Valentin Rothberg
The previous #ifdef block depends on ARCH_DAVINCI_DA8XX, not
on DAVINCI_DA8XX.
Signed-off-by: Valentin Rothberg <valentinrothberg@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-29 14:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 14:04 [PATCH] arch/arm/mach-davinci/usb.c: correct C comment on ARCH_DAVINCI_DA8XX Valentin Rothberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox