diff options
-rw-r--r-- | arch/cris/include/asm/Kbuild | 12 | ||||
-rw-r--r-- | arch/cris/include/asm/device.h | 7 | ||||
-rw-r--r-- | arch/cris/include/asm/div64.h | 1 | ||||
-rw-r--r-- | arch/cris/include/asm/emergency-restart.h | 6 | ||||
-rw-r--r-- | arch/cris/include/asm/futex.h | 6 | ||||
-rw-r--r-- | arch/cris/include/asm/hardirq.h | 7 | ||||
-rw-r--r-- | arch/cris/include/asm/irq_regs.h | 1 | ||||
-rw-r--r-- | arch/cris/include/asm/kdebug.h | 1 | ||||
-rw-r--r-- | arch/cris/include/asm/kmap_types.h | 10 | ||||
-rw-r--r-- | arch/cris/include/asm/local.h | 1 | ||||
-rw-r--r-- | arch/cris/include/asm/local64.h | 1 | ||||
-rw-r--r-- | arch/cris/include/asm/percpu.h | 6 | ||||
-rw-r--r-- | arch/cris/include/asm/topology.h | 6 |
13 files changed, 12 insertions, 53 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index e189931d7992..057e51859b0a 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild | |||
@@ -3,15 +3,27 @@ generic-y += barrier.h | |||
3 | generic-y += clkdev.h | 3 | generic-y += clkdev.h |
4 | generic-y += cmpxchg.h | 4 | generic-y += cmpxchg.h |
5 | generic-y += cputime.h | 5 | generic-y += cputime.h |
6 | generic-y += device.h | ||
7 | generic-y += div64.h | ||
6 | generic-y += exec.h | 8 | generic-y += exec.h |
9 | generic-y += emergency-restart.h | ||
10 | generic-y += futex.h | ||
11 | generic-y += hardirq.h | ||
12 | generic-y += irq_regs.h | ||
7 | generic-y += irq_work.h | 13 | generic-y += irq_work.h |
14 | generic-y += kdebug.h | ||
15 | generic-y += kmap_types.h | ||
8 | generic-y += kvm_para.h | 16 | generic-y += kvm_para.h |
9 | generic-y += linkage.h | 17 | generic-y += linkage.h |
18 | generic-y += local.h | ||
19 | generic-y += local64.h | ||
10 | generic-y += mcs_spinlock.h | 20 | generic-y += mcs_spinlock.h |
11 | generic-y += module.h | 21 | generic-y += module.h |
22 | generic-y += percpu.h | ||
12 | generic-y += preempt.h | 23 | generic-y += preempt.h |
13 | generic-y += scatterlist.h | 24 | generic-y += scatterlist.h |
14 | generic-y += sections.h | 25 | generic-y += sections.h |
26 | generic-y += topology.h | ||
15 | generic-y += trace_clock.h | 27 | generic-y += trace_clock.h |
16 | generic-y += vga.h | 28 | generic-y += vga.h |
17 | generic-y += xor.h | 29 | generic-y += xor.h |
diff --git a/arch/cris/include/asm/device.h b/arch/cris/include/asm/device.h deleted file mode 100644 index d8f9872b0e2d..000000000000 --- a/arch/cris/include/asm/device.h +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | /* | ||
2 | * Arch specific extensions to struct device | ||
3 | * | ||
4 | * This file is released under the GPLv2 | ||
5 | */ | ||
6 | #include <asm-generic/device.h> | ||
7 | |||
diff --git a/arch/cris/include/asm/div64.h b/arch/cris/include/asm/div64.h deleted file mode 100644 index 6cd978cefb28..000000000000 --- a/arch/cris/include/asm/div64.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/div64.h> | ||
diff --git a/arch/cris/include/asm/emergency-restart.h b/arch/cris/include/asm/emergency-restart.h deleted file mode 100644 index 108d8c48e42e..000000000000 --- a/arch/cris/include/asm/emergency-restart.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef _ASM_EMERGENCY_RESTART_H | ||
2 | #define _ASM_EMERGENCY_RESTART_H | ||
3 | |||
4 | #include <asm-generic/emergency-restart.h> | ||
5 | |||
6 | #endif /* _ASM_EMERGENCY_RESTART_H */ | ||
diff --git a/arch/cris/include/asm/futex.h b/arch/cris/include/asm/futex.h deleted file mode 100644 index 6a332a9f099c..000000000000 --- a/arch/cris/include/asm/futex.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef _ASM_FUTEX_H | ||
2 | #define _ASM_FUTEX_H | ||
3 | |||
4 | #include <asm-generic/futex.h> | ||
5 | |||
6 | #endif | ||
diff --git a/arch/cris/include/asm/hardirq.h b/arch/cris/include/asm/hardirq.h deleted file mode 100644 index 04126f7bfab2..000000000000 --- a/arch/cris/include/asm/hardirq.h +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #ifndef __ASM_HARDIRQ_H | ||
2 | #define __ASM_HARDIRQ_H | ||
3 | |||
4 | #include <asm/irq.h> | ||
5 | #include <asm-generic/hardirq.h> | ||
6 | |||
7 | #endif /* __ASM_HARDIRQ_H */ | ||
diff --git a/arch/cris/include/asm/irq_regs.h b/arch/cris/include/asm/irq_regs.h deleted file mode 100644 index 3dd9c0b70270..000000000000 --- a/arch/cris/include/asm/irq_regs.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/irq_regs.h> | ||
diff --git a/arch/cris/include/asm/kdebug.h b/arch/cris/include/asm/kdebug.h deleted file mode 100644 index 6ece1b037665..000000000000 --- a/arch/cris/include/asm/kdebug.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/kdebug.h> | ||
diff --git a/arch/cris/include/asm/kmap_types.h b/arch/cris/include/asm/kmap_types.h deleted file mode 100644 index d2d643c4ea59..000000000000 --- a/arch/cris/include/asm/kmap_types.h +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #ifndef _ASM_KMAP_TYPES_H | ||
2 | #define _ASM_KMAP_TYPES_H | ||
3 | |||
4 | /* Dummy header just to define km_type. None of this | ||
5 | * is actually used on cris. | ||
6 | */ | ||
7 | |||
8 | #include <asm-generic/kmap_types.h> | ||
9 | |||
10 | #endif | ||
diff --git a/arch/cris/include/asm/local.h b/arch/cris/include/asm/local.h deleted file mode 100644 index c11c530f74d0..000000000000 --- a/arch/cris/include/asm/local.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/local.h> | ||
diff --git a/arch/cris/include/asm/local64.h b/arch/cris/include/asm/local64.h deleted file mode 100644 index 36c93b5cc239..000000000000 --- a/arch/cris/include/asm/local64.h +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #include <asm-generic/local64.h> | ||
diff --git a/arch/cris/include/asm/percpu.h b/arch/cris/include/asm/percpu.h deleted file mode 100644 index 6db9b43cf80a..000000000000 --- a/arch/cris/include/asm/percpu.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef _CRIS_PERCPU_H | ||
2 | #define _CRIS_PERCPU_H | ||
3 | |||
4 | #include <asm-generic/percpu.h> | ||
5 | |||
6 | #endif /* _CRIS_PERCPU_H */ | ||
diff --git a/arch/cris/include/asm/topology.h b/arch/cris/include/asm/topology.h deleted file mode 100644 index 2ac613d32a89..000000000000 --- a/arch/cris/include/asm/topology.h +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | #ifndef _ASM_CRIS_TOPOLOGY_H | ||
2 | #define _ASM_CRIS_TOPOLOGY_H | ||
3 | |||
4 | #include <asm-generic/topology.h> | ||
5 | |||
6 | #endif /* _ASM_CRIS_TOPOLOGY_H */ | ||