From: Jiri Slaby Date: Thu, 29 Oct 2020 11:32:07 +0000 (+0100) Subject: vt: keyboard, include linux/spinlock.h X-Git-Tag: v5.11-rc1~166^2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df97c7b5b1878273925483cf43fd67df7613d84;p=thirdparty%2Fkernel%2Fstable.git vt: keyboard, include linux/spinlock.h We use spin locks, but don't include linux/spinlock.h in keyboards.c. So fix this up. Signed-off-by: Jiri Slaby Link: https://lore.kernel.org/r/20201029113222.32640-2-jslaby@suse.cz Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index 69bbb6c1b3dee..275093a155641 100644 --- a/drivers/tty/vt/keyboard.c +++ b/drivers/tty/vt/keyboard.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include