summaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-02-27 18:35:08 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-03-01 11:57:32 +0900
commit4b62c0f1e76fe3327b695c49195af8b58e4da057 (patch)
treef58feaef97db74aa93622451f959e468c590aaf6 /arch/sh
parent55c1b0d27b2d381a1986520b5953d3a454d344b5 (diff)
downloadlinux-0-day-4b62c0f1e76fe3327b695c49195af8b58e4da057.tar.gz
linux-0-day-4b62c0f1e76fe3327b695c49195af8b58e4da057.tar.xz
sh: No need to explicitly include <linux/rwlock.h>.
Since <linux/spinlock.h> already includes <linux/rwlock.h>, and the latter file will warn about not having included the former file anyway, there is no value in including rwlock.h explicitly. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/mm/pmb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/mm/pmb.c b/arch/sh/mm/pmb.c
index 198bcff5e96f8..35b364f931eaf 100644
--- a/arch/sh/mm/pmb.c
+++ b/arch/sh/mm/pmb.c
@@ -23,7 +23,6 @@
#include <linux/err.h>
#include <linux/io.h>
#include <linux/spinlock.h>
-#include <linux/rwlock.h>
#include <asm/sizes.h>
#include <asm/system.h>
#include <asm/uaccess.h>