diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-06-12 22:59:47 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-06-12 22:59:47 -0400 |
commit | 1318002aebadf18217ad3de677b6c96b8140dcff (patch) | |
tree | 65199806e111b3eaf50133aeda0aadfcd3d1b75b /arch/sh/include | |
parent | ec3d753c5f77ecce0f5d3b8ab603b54b4fd2a106 (diff) |
sh: Kill off additional asm-generic wrappers.
A few wrappers were overlooked in the initial conversion, take care of
them now.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/Kbuild | 5 | ||||
-rw-r--r-- | arch/sh/include/asm/delay.h | 1 | ||||
-rw-r--r-- | arch/sh/include/asm/kvm_para.h | 1 | ||||
-rw-r--r-- | arch/sh/include/asm/local64.h | 1 | ||||
-rw-r--r-- | arch/sh/include/asm/scatterlist.h | 6 | ||||
-rw-r--r-- | arch/sh/include/asm/sizes.h | 1 |
6 files changed, 5 insertions, 10 deletions
diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild index 09d1e60ef478..7b673ddcd555 100644 --- a/arch/sh/include/asm/Kbuild +++ b/arch/sh/include/asm/Kbuild | |||
@@ -3,6 +3,7 @@ include include/asm-generic/Kbuild.asm | |||
3 | generic-y += bitsperlong.h | 3 | generic-y += bitsperlong.h |
4 | generic-y += cputime.h | 4 | generic-y += cputime.h |
5 | generic-y += current.h | 5 | generic-y += current.h |
6 | generic-y += delay.h | ||
6 | generic-y += div64.h | 7 | generic-y += div64.h |
7 | generic-y += emergency-restart.h | 8 | generic-y += emergency-restart.h |
8 | generic-y += errno.h | 9 | generic-y += errno.h |
@@ -10,7 +11,9 @@ generic-y += fcntl.h | |||
10 | generic-y += ioctl.h | 11 | generic-y += ioctl.h |
11 | generic-y += ipcbuf.h | 12 | generic-y += ipcbuf.h |
12 | generic-y += irq_regs.h | 13 | generic-y += irq_regs.h |
14 | generic-y += kvm_para.h | ||
13 | generic-y += local.h | 15 | generic-y += local.h |
16 | generic-y += local64.h | ||
14 | generic-y += param.h | 17 | generic-y += param.h |
15 | generic-y += parport.h | 18 | generic-y += parport.h |
16 | generic-y += percpu.h | 19 | generic-y += percpu.h |
@@ -18,10 +21,12 @@ generic-y += poll.h | |||
18 | generic-y += mman.h | 21 | generic-y += mman.h |
19 | generic-y += msgbuf.h | 22 | generic-y += msgbuf.h |
20 | generic-y += resource.h | 23 | generic-y += resource.h |
24 | generic-y += scatterlist.h | ||
21 | generic-y += sembuf.h | 25 | generic-y += sembuf.h |
22 | generic-y += serial.h | 26 | generic-y += serial.h |
23 | generic-y += shmbuf.h | 27 | generic-y += shmbuf.h |
24 | generic-y += siginfo.h | 28 | generic-y += siginfo.h |
29 | generic-y += sizes.h | ||
25 | generic-y += socket.h | 30 | generic-y += socket.h |
26 | generic-y += statfs.h | 31 | generic-y += statfs.h |
27 | generic-y += termbits.h | 32 | generic-y += termbits.h |
diff --git a/arch/sh/include/asm/delay.h b/arch/sh/include/asm/delay.h deleted file mode 100644 index 9670e127b7b2..000000000000 --- a/arch/sh/include/asm/delay.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/delay.h> | ||
diff --git a/arch/sh/include/asm/kvm_para.h b/arch/sh/include/asm/kvm_para.h deleted file mode 100644 index 14fab8f0b957..000000000000 --- a/arch/sh/include/asm/kvm_para.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/kvm_para.h> | ||
diff --git a/arch/sh/include/asm/local64.h b/arch/sh/include/asm/local64.h deleted file mode 100644 index 36c93b5cc239..000000000000 --- a/arch/sh/include/asm/local64.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/local64.h> | ||
diff --git a/arch/sh/include/asm/scatterlist.h b/arch/sh/include/asm/scatterlist.h deleted file mode 100644 index 98dfc3510f10..000000000000 --- a/arch/sh/include/asm/scatterlist.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef __ASM_SH_SCATTERLIST_H | ||
2 | #define __ASM_SH_SCATTERLIST_H | ||
3 | |||
4 | #include <asm-generic/scatterlist.h> | ||
5 | |||
6 | #endif /* __ASM_SH_SCATTERLIST_H */ | ||
diff --git a/arch/sh/include/asm/sizes.h b/arch/sh/include/asm/sizes.h deleted file mode 100644 index dd248c2e1085..000000000000 --- a/arch/sh/include/asm/sizes.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/sizes.h> | ||