You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
Linus Torvalds
parent
9aacd59934
commit
0a3021f4e2
@@ -1,5 +1,3 @@
|
||||
#include <linux/spinlock.h>
|
||||
|
||||
u32 scx200_gpio_configure(unsigned index, u32 set, u32 clear);
|
||||
|
||||
extern unsigned scx200_gpio_base;
|
||||
|
||||
Reference in New Issue
Block a user