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: http://git.maquefel.me/?a=commitdiff_plain;h=a5e04b760a033c5247478dbc957970cd9d968fc6;p=linux.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 b841f56d2e669..98ff1735eafc0 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