diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2008-02-26 09:55:29 -0500 |
|---|---|---|
| committer | Matthew Wilcox <willy@linux.intel.com> | 2008-04-18 22:14:49 -0400 |
| commit | 950e4da32426859ee4b37b2c95026d4f1efa5d05 (patch) | |
| tree | 7df9bb4b97d4e1ecde571611ceee76d128e5dfc6 | |
| parent | 3925e6fc1f774048404fdd910b0345b06c699eb4 (diff) | |
arch: Remove unnecessary inclusions of asm/semaphore.h
None of these files use any of the functionality promised by
asm/semaphore.h. It's possible that they rely on it dragging in some
unrelated header file, but I can't build all these files, so we'll have
fix any build failures as they come up.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
28 files changed, 0 insertions, 29 deletions
diff --git a/arch/arm/common/rtctime.c b/arch/arm/common/rtctime.c index f53bca46e23c..aa8f7739c822 100644 --- a/arch/arm/common/rtctime.c +++ b/arch/arm/common/rtctime.c | |||
| @@ -22,7 +22,6 @@ | |||
| 22 | #include <linux/mutex.h> | 22 | #include <linux/mutex.h> |
| 23 | 23 | ||
| 24 | #include <asm/rtc.h> | 24 | #include <asm/rtc.h> |
| 25 | #include <asm/semaphore.h> | ||
| 26 | 25 | ||
| 27 | static DECLARE_WAIT_QUEUE_HEAD(rtc_wait); | 26 | static DECLARE_WAIT_QUEUE_HEAD(rtc_wait); |
| 28 | static struct fasync_struct *rtc_async_queue; | 27 | static struct fasync_struct *rtc_async_queue; |
diff --git a/arch/arm/mach-aaec2000/clock.c b/arch/arm/mach-aaec2000/clock.c index 74aa7a39bb68..e10ee158d720 100644 --- a/arch/arm/mach-aaec2000/clock.c +++ b/arch/arm/mach-aaec2000/clock.c | |||
| @@ -18,8 +18,6 @@ | |||
| 18 | #include <linux/clk.h> | 18 | #include <linux/clk.h> |
| 19 | #include <linux/mutex.h> | 19 | #include <linux/mutex.h> |
| 20 | 20 | ||
| 21 | #include <asm/semaphore.h> | ||
| 22 | |||
| 23 | #include "clock.h" | 21 | #include "clock.h" |
| 24 | 22 | ||
| 25 | static LIST_HEAD(clocks); | 23 | static LIST_HEAD(clocks); |
diff --git a/arch/arm/mach-at91/clock.c b/arch/arm/mach-at91/clock.c index de6424e9ac02..a33dfe450726 100644 --- a/arch/arm/mach-at91/clock.c +++ b/arch/arm/mach-at91/clock.c | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
| 24 | #include <linux/clk.h> | 24 | #include <linux/clk.h> |
| 25 | 25 | ||
| 26 | #include <asm/semaphore.h> | ||
| 27 | #include <asm/io.h> | 26 | #include <asm/io.h> |
| 28 | #include <asm/mach-types.h> | 27 | #include <asm/mach-types.h> |
| 29 | 28 | ||
diff --git a/arch/arm/mach-integrator/clock.c b/arch/arm/mach-integrator/clock.c index 95a1e263f7fa..8d761fdd2ecd 100644 --- a/arch/arm/mach-integrator/clock.c +++ b/arch/arm/mach-integrator/clock.c | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
| 18 | #include <linux/mutex.h> | 18 | #include <linux/mutex.h> |
| 19 | 19 | ||
| 20 | #include <asm/semaphore.h> | ||
| 21 | #include <asm/hardware/icst525.h> | 20 | #include <asm/hardware/icst525.h> |
| 22 | 21 | ||
| 23 | #include "clock.h" | 22 | #include "clock.h" |
diff --git a/arch/arm/mach-pnx4008/clock.c b/arch/arm/mach-pnx4008/clock.c index 8e00ed43fb95..a5268c3ac5a7 100644 --- a/arch/arm/mach-pnx4008/clock.c +++ b/arch/arm/mach-pnx4008/clock.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <linux/err.h> | 21 | #include <linux/err.h> |
| 22 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
| 23 | 23 | ||
| 24 | #include <asm/semaphore.h> | ||
| 25 | #include <asm/hardware.h> | 24 | #include <asm/hardware.h> |
| 26 | #include <asm/io.h> | 25 | #include <asm/io.h> |
| 27 | 26 | ||
diff --git a/arch/arm/mach-pnx4008/gpio.c b/arch/arm/mach-pnx4008/gpio.c index 1ab84ced7b5a..ef179cab80e2 100644 --- a/arch/arm/mach-pnx4008/gpio.c +++ b/arch/arm/mach-pnx4008/gpio.c | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #include <linux/types.h> | 17 | #include <linux/types.h> |
| 18 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
| 19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
| 20 | #include <asm/semaphore.h> | ||
| 21 | #include <asm/io.h> | 20 | #include <asm/io.h> |
| 22 | #include <asm/arch/platform.h> | 21 | #include <asm/arch/platform.h> |
| 23 | #include <asm/arch/gpio.h> | 22 | #include <asm/arch/gpio.h> |
diff --git a/arch/arm/mach-realview/clock.c b/arch/arm/mach-realview/clock.c index 21325a4da9da..3e706c57833a 100644 --- a/arch/arm/mach-realview/clock.c +++ b/arch/arm/mach-realview/clock.c | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | #include <linux/clk.h> | 16 | #include <linux/clk.h> |
| 17 | #include <linux/mutex.h> | 17 | #include <linux/mutex.h> |
| 18 | 18 | ||
| 19 | #include <asm/semaphore.h> | ||
| 20 | #include <asm/hardware/icst307.h> | 19 | #include <asm/hardware/icst307.h> |
| 21 | 20 | ||
| 22 | #include "clock.h" | 21 | #include "clock.h" |
diff --git a/arch/arm/mach-versatile/clock.c b/arch/arm/mach-versatile/clock.c index 9858c96560e2..9336508ec0b2 100644 --- a/arch/arm/mach-versatile/clock.c +++ b/arch/arm/mach-versatile/clock.c | |||
| @@ -17,7 +17,6 @@ | |||
| 17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
| 18 | #include <linux/mutex.h> | 18 | #include <linux/mutex.h> |
| 19 | 19 | ||
| 20 | #include <asm/semaphore.h> | ||
| 21 | #include <asm/hardware/icst307.h> | 20 | #include <asm/hardware/icst307.h> |
| 22 | 21 | ||
| 23 | #include "clock.h" | 22 | #include "clock.h" |
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index 0a603242f367..203ac508b6b5 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <linux/platform_device.h> | 23 | #include <linux/platform_device.h> |
| 24 | 24 | ||
| 25 | #include <asm/io.h> | 25 | #include <asm/io.h> |
| 26 | #include <asm/semaphore.h> | ||
| 27 | 26 | ||
| 28 | #include <asm/arch/clock.h> | 27 | #include <asm/arch/clock.h> |
| 29 | 28 | ||
diff --git a/arch/ia64/sn/kernel/sn2/sn_hwperf.c b/arch/ia64/sn/kernel/sn2/sn_hwperf.c index 4b0d1538e7e5..8cc0c4753d89 100644 --- a/arch/ia64/sn/kernel/sn2/sn_hwperf.c +++ b/arch/ia64/sn/kernel/sn2/sn_hwperf.c | |||
| @@ -37,7 +37,6 @@ | |||
| 37 | 37 | ||
| 38 | #include <asm/processor.h> | 38 | #include <asm/processor.h> |
| 39 | #include <asm/topology.h> | 39 | #include <asm/topology.h> |
| 40 | #include <asm/semaphore.h> | ||
| 41 | #include <asm/uaccess.h> | 40 | #include <asm/uaccess.h> |
| 42 | #include <asm/sal.h> | 41 | #include <asm/sal.h> |
| 43 | #include <asm/sn/io.h> | 42 | #include <asm/sn/io.h> |
diff --git a/arch/m68k/atari/stram.c b/arch/m68k/atari/stram.c index 0055a6c06f75..04c69ffbea71 100644 --- a/arch/m68k/atari/stram.c +++ b/arch/m68k/atari/stram.c | |||
| @@ -29,7 +29,6 @@ | |||
| 29 | #include <asm/atarihw.h> | 29 | #include <asm/atarihw.h> |
| 30 | #include <asm/atari_stram.h> | 30 | #include <asm/atari_stram.h> |
| 31 | #include <asm/io.h> | 31 | #include <asm/io.h> |
| 32 | #include <asm/semaphore.h> | ||
| 33 | 32 | ||
| 34 | #undef DEBUG | 33 | #undef DEBUG |
| 35 | 34 | ||
diff --git a/arch/m68k/sun3/intersil.c b/arch/m68k/sun3/intersil.c index db359d7402a6..0116d208d300 100644 --- a/arch/m68k/sun3/intersil.c +++ b/arch/m68k/sun3/intersil.c | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | 15 | ||
| 16 | #include <asm/errno.h> | 16 | #include <asm/errno.h> |
| 17 | #include <asm/system.h> | 17 | #include <asm/system.h> |
| 18 | #include <asm/semaphore.h> | ||
| 19 | #include <asm/rtc.h> | 18 | #include <asm/rtc.h> |
| 20 | #include <asm/intersil.h> | 19 | #include <asm/intersil.h> |
| 21 | 20 | ||
diff --git a/arch/mips/sgi-ip27/ip27-console.c b/arch/mips/sgi-ip27/ip27-console.c index 3ba830651c58..984e561f0f7a 100644 --- a/arch/mips/sgi-ip27/ip27-console.c +++ b/arch/mips/sgi-ip27/ip27-console.c | |||
| @@ -8,7 +8,6 @@ | |||
| 8 | #include <linux/init.h> | 8 | #include <linux/init.h> |
| 9 | |||
