From: Daniele Forsi Date: Fri, 8 Aug 2014 15:56:30 +0000 (+0200) Subject: serial: 8250_hp300: trivial: fix symbol name in #warning message X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c10b73905a0bb4b91e6c153dbbf4c2809084e4c2;p=linux-beck.git serial: 8250_hp300: trivial: fix symbol name in #warning message The symbol is defined in drivers/tty/serial/8250/Kconfig as "SERIAL_8250", not just "8250". Signed-off-by: Daniele Forsi Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_hp300.c b/drivers/tty/serial/8250/8250_hp300.c index 5bdaf271d395..afffe4d1f034 100644 --- a/drivers/tty/serial/8250/8250_hp300.c +++ b/drivers/tty/serial/8250/8250_hp300.c @@ -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