mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
Remove unnecessary includes of spinlock.h under include/linux
Remove the obviously unnecessary includes of <linux/spinlock.h> under the include/linux/ directory, and fix the couple errors that are introduced as a result of that. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9aacd59934
commit
0a3021f4e2
12 changed files with 2 additions and 12 deletions
|
@ -15,7 +15,6 @@
|
|||
#define _LINUX_CONSOLE_H_ 1
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/spinlock.h>
|
||||
|
||||
struct vc_data;
|
||||
struct console_font_op;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue