Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 950e4da3 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Matthew Wilcox
Browse files

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: default avatarMatthew Wilcox <willy@linux.intel.com>
parent 3925e6fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <linux/mutex.h>

#include <asm/rtc.h>
#include <asm/semaphore.h>

static DECLARE_WAIT_QUEUE_HEAD(rtc_wait);
static struct fasync_struct *rtc_async_queue;
+0 −2
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@
#include <linux/clk.h>
#include <linux/mutex.h>

#include <asm/semaphore.h>

#include "clock.h"

static LIST_HEAD(clocks);
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <linux/delay.h>
#include <linux/clk.h>

#include <asm/semaphore.h>
#include <asm/io.h>
#include <asm/mach-types.h>

+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <linux/clk.h>
#include <linux/mutex.h>

#include <asm/semaphore.h>
#include <asm/hardware/icst525.h>

#include "clock.h"
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <linux/err.h>
#include <linux/delay.h>

#include <asm/semaphore.h>
#include <asm/hardware.h>
#include <asm/io.h>

Loading