diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-03-06 06:23:43 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-04-09 02:51:14 -0400 |
commit | 39d0c30d00d7ca44f62e0fb11eab053b17224a8f (patch) | |
tree | afbb28afd0b6da1f64138b8dfc7327907007b9a9 /arch | |
parent | f011a08c804d50eeff4abf2d308cdce492f015aa (diff) |
ARC: Remove unneeded version.h header include
version.h header file inclusion is not necessary as detected by
versioncheck script.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arc/mm/fault.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/mm/fault.c b/arch/arc/mm/fault.c index af55aab803d2..689ffd86d5e9 100644 --- a/arch/arc/mm/fault.c +++ b/arch/arc/mm/fault.c | |||
@@ -12,7 +12,6 @@ | |||
12 | #include <linux/sched.h> | 12 | #include <linux/sched.h> |
13 | #include <linux/errno.h> | 13 | #include <linux/errno.h> |
14 | #include <linux/ptrace.h> | 14 | #include <linux/ptrace.h> |
15 | #include <linux/version.h> | ||
16 | #include <linux/uaccess.h> | 15 | #include <linux/uaccess.h> |
17 | #include <linux/kdebug.h> | 16 | #include <linux/kdebug.h> |
18 | #include <asm/pgalloc.h> | 17 | #include <asm/pgalloc.h> |