From: Pranith Kumar Date: Wed, 20 Aug 2014 16:55:45 +0000 (-0400) Subject: serial: Fix build failure caused by missing header file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=920314dfd05f40cbe8ad677ba733ff1f8814d93a;p=linux-beck.git serial: Fix build failure caused by missing header file Fix build failure caused by missing header file: drivers/tty/serial/nwpserial.c: In function 'wait_for_bits': drivers/tty/serial/nwpserial.c:53:3: error: implicit declaration of function 'udelay' [-Werror=implicit-function-declaration] Signed-off-by: Pranith Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/nwpserial.c b/drivers/tty/serial/nwpserial.c index c06366b6bc29..5da7622e88c3 100644 --- a/drivers/tty/serial/nwpserial.c +++ b/drivers/tty/serial/nwpserial.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include