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

Commit 5a6483fe authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Matthew Wilcox
Browse files

include: 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 (or some user of them) rely
on it dragging in some unrelated header file, but I can't build all
these files, so we'll have to fix any build failures as they come up.

Signed-off-by: default avatarMatthew Wilcox <willy@linux.intel.com>
parent cb688371
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <linux/slab.h>
#include <asm/irq.h>
#include <asm/signal.h>
#include <asm/semaphore.h>

#include <linux/kernel.h>
#include <asm/mach/dma.h>
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
#define _ASM_IA64_SN_NODEPDA_H


#include <asm/semaphore.h>
#include <asm/irq.h>
#include <asm/sn/arch.h>
#include <asm/sn/intr.h>
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@

#include <asm/mmu.h>
#include <asm/ocp_ids.h>
#include <asm/semaphore.h>

#ifdef CONFIG_PPC_OCP

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <linux/node.h>
#include <linux/compiler.h>
#include <linux/cpumask.h>
#include <asm/semaphore.h>
#include <linux/mutex.h>

struct cpu {
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <asm/byteorder.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/semaphore.h>
#include <asm/mutex.h>

#if defined(CONFIG_CRIS) || defined(CONFIG_FRV)
Loading