]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
serial: Fix build failure caused by missing header file
authorPranith Kumar <bobby.prani@gmail.com>
Wed, 20 Aug 2014 16:55:45 +0000 (12:55 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 23:17:45 +0000 (16:17 -0700)
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 <bobby.prani@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/nwpserial.c

index c06366b6bc29f461f324f8494c0cdfb45032c876..5da7622e88c30bc86cc7f31693685fa0fface92b 100644 (file)
@@ -22,6 +22,7 @@
 #include <linux/of_platform.h>
 #include <linux/of_device.h>
 #include <linux/nwpserial.h>
+#include <linux/delay.h>
 #include <asm/prom.h>
 #include <asm/dcr.h>