]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
serial: 8250_hp300: trivial: fix symbol name in #warning message
authorDaniele Forsi <dforsi@gmail.com>
Fri, 8 Aug 2014 15:56:30 +0000 (17:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 23:03:47 +0000 (16:03 -0700)
The symbol is defined in drivers/tty/serial/8250/Kconfig as
"SERIAL_8250", not just "8250".

Signed-off-by: Daniele Forsi <dforsi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_hp300.c

index 5bdaf271d3958a5c0721088ba3636e14b8522b32..afffe4d1f0346c6d364b7ead2f76a222e471f664 100644 (file)
@@ -21,7 +21,7 @@
 #include "8250.h"
 
 #if !defined(CONFIG_HPDCA) && !defined(CONFIG_HPAPCI)
-#warning CONFIG_8250 defined but neither CONFIG_HPDCA nor CONFIG_HPAPCI defined, are you sure?
+#warning CONFIG_SERIAL_8250 defined but neither CONFIG_HPDCA nor CONFIG_HPAPCI defined, are you sure?
 #endif
 
 #ifdef CONFIG_HPAPCI