From: Josh Triplett Date: Mon, 19 Nov 2012 05:27:41 +0000 (-0800) Subject: drivers/tty/vt/vt_ioctl.c: Include for pm_set_vt_switch X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5e04b760a033c5247478dbc957970cd9d968fc6;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drivers/tty/vt/vt_ioctl.c: Include for pm_set_vt_switch C files should include the header files that prototype their functions. This keeps the types in sync, and eliminates warnings from GCC (-Wmissing-prototypes) and Sparse (-Wdecl). Signed-off-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/vt/vt_ioctl.c b/drivers/tty/vt/vt_ioctl.c index b841f56d2e66..98ff1735eafc 100644 --- a/drivers/tty/vt/vt_ioctl.c +++ b/drivers/tty/vt/vt_ioctl.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include