From: Maciej W. Rozycki Date: Fri, 1 Jun 2007 07:47:07 +0000 (-0700) Subject: serial_core.h: include X-Git-Tag: firefly_0821_release~28798 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b11115c15351faba978ce1b9e75068e77f6ef48d;p=firefly-linux-kernel-4.4.55.git serial_core.h: include The header refers to handle_sysrq(), but does not include which provides a declaration of the function. This may result in an implicit declaration and a warning if the actual one is seen later on. Signed-off-by: Maciej W. Rozycki Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index a3ac4c896831..7f2c99d66e9d 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -152,6 +152,7 @@ #include #include #include +#include struct uart_port; struct uart_info;