diff options
| author | Robert P. J. Day <rpjday@mindspring.com> | 2007-07-15 23:39:57 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 09:05:42 -0700 | 
| commit | 0a3021f4e249fbdb5f30d614707b5e02022e4c9b (patch) | |
| tree | c01b80fa03dbb4a853b46f182864384736a54088 /include/linux/scx200_gpio.h | |
| parent | 9aacd599342fdfc1fb9422f37e900609b7a46249 (diff) | |
| download | olio-linux-3.10-0a3021f4e249fbdb5f30d614707b5e02022e4c9b.tar.xz olio-linux-3.10-0a3021f4e249fbdb5f30d614707b5e02022e4c9b.zip  | |
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>
Diffstat (limited to 'include/linux/scx200_gpio.h')
| -rw-r--r-- | include/linux/scx200_gpio.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/scx200_gpio.h b/include/linux/scx200_gpio.h index 1a82d30c4b1..d2b058130eb 100644 --- a/include/linux/scx200_gpio.h +++ b/include/linux/scx200_gpio.h @@ -1,5 +1,3 @@ -#include <linux/spinlock.h> -  u32 scx200_gpio_configure(unsigned index, u32 set, u32 clear);  extern unsigned scx200_gpio_base;  |