diff options
| -rw-r--r-- | arch/sparc/kernel/setup.c | 1 | ||||
| -rw-r--r-- | arch/sparc/kernel/tick14.c | 1 | ||||
| -rw-r--r-- | arch/sparc/kernel/time.c | 1 | ||||
| -rw-r--r-- | arch/sparc/mm/fault.c | 1 | ||||
| -rw-r--r-- | arch/sparc/mm/init.c | 1 | ||||
| -rw-r--r-- | include/asm-sparc/processor.h | 1 | ||||
| -rw-r--r-- | include/asm-sparc/segment.h | 6 | ||||
| -rw-r--r-- | include/asm-sparc/system.h | 1 |
8 files changed, 0 insertions, 13 deletions
diff --git a/arch/sparc/kernel/setup.c b/arch/sparc/kernel/setup.c index 55352ed85e8a..53c192a4982f 100644 --- a/arch/sparc/kernel/setup.c +++ b/arch/sparc/kernel/setup.c | |||
| @@ -32,7 +32,6 @@ | |||
| 32 | #include <linux/spinlock.h> | 32 | #include <linux/spinlock.h> |
| 33 | #include <linux/root_dev.h> | 33 | #include <linux/root_dev.h> |
| 34 | 34 | ||
| 35 | #include <asm/segment.h> | ||
| 36 | #include <asm/system.h> | 35 | #include <asm/system.h> |
| 37 | #include <asm/io.h> | 36 | #include <asm/io.h> |
| 38 | #include <asm/processor.h> | 37 | #include <asm/processor.h> |
diff --git a/arch/sparc/kernel/tick14.c b/arch/sparc/kernel/tick14.c index fd8005a3e6bd..591547af4c65 100644 --- a/arch/sparc/kernel/tick14.c +++ b/arch/sparc/kernel/tick14.c | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
| 20 | 20 | ||
| 21 | #include <asm/oplib.h> | 21 | #include <asm/oplib.h> |
| 22 | #include <asm/segment.h> | ||
| 23 | #include <asm/timer.h> | 22 | #include <asm/timer.h> |
| 24 | #include <asm/mostek.h> | 23 | #include <asm/mostek.h> |
| 25 | #include <asm/system.h> | 24 | #include <asm/system.h> |
diff --git a/arch/sparc/kernel/time.c b/arch/sparc/kernel/time.c index 6486cbf2efe9..3b759aefc170 100644 --- a/arch/sparc/kernel/time.c +++ b/arch/sparc/kernel/time.c | |||
| @@ -32,7 +32,6 @@ | |||
| 32 | #include <linux/profile.h> | 32 | #include <linux/profile.h> |
| 33 | 33 | ||
| 34 | #include <asm/oplib.h> | 34 | #include <asm/oplib.h> |
| 35 | #include <asm/segment.h> | ||
| 36 | #include <asm/timer.h> | 35 | #include <asm/timer.h> |
| 37 | #include <asm/mostek.h> | 36 | #include <asm/mostek.h> |
| 38 | #include <asm/system.h> | 37 | #include <asm/system.h> |
diff --git a/arch/sparc/mm/fault.c b/arch/sparc/mm/fault.c index 37f4107bae66..2bbd53f3cafb 100644 --- a/arch/sparc/mm/fault.c +++ b/arch/sparc/mm/fault.c | |||
| @@ -23,7 +23,6 @@ | |||
| 23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
| 24 | 24 | ||
| 25 | #include <asm/system.h> | 25 | #include <asm/system.h> |
| 26 | #include <asm/segment.h> | ||
| 27 | #include <asm/page.h> | 26 | #include <asm/page.h> |
| 28 | #include <asm/pgtable.h> | 27 | #include <asm/pgtable.h> |
| 29 | #include <asm/memreg.h> | 28 | #include <asm/memreg.h> |
diff --git a/arch/sparc/mm/init.c b/arch/sparc/mm/init.c index ec2e05028a10..c03babaa0498 100644 --- a/arch/sparc/mm/init.c +++ b/arch/sparc/mm/init.c | |||
| @@ -25,7 +25,6 @@ | |||
| 25 | #include <linux/bootmem.h> | 25 | #include <linux/bootmem.h> |
| 26 | 26 | ||
| 27 | #include <asm/system.h> | 27 | #include <asm/system.h> |
| 28 | #include <asm/segment.h> | ||
| 29 | #include <asm/vac-ops.h> | 28 | #include <asm/vac-ops.h> |
| 30 | #include <asm/page.h> | 29 | #include <asm/page.h> |
| 31 | #include <asm/pgtable.h> | 30 | #include <asm/pgtable.h> |
diff --git a/include/asm-sparc/processor.h b/include/asm-sparc/processor.h index 32c9699367cf..5a7a1a8d29ac 100644 --- a/include/asm-sparc/processor.h +++ b/include/asm-sparc/processor.h | |||
| @@ -19,7 +19,6 @@ | |||
| 19 | #include <asm/ptrace.h> | 19 | #include <asm/ptrace.h> |
| 20 | #include <asm/head.h> | 20 | #include <asm/head.h> |
| 21 | #include <asm/signal.h> | 21 | #include <asm/signal.h> |
| 22 | #include <asm/segment.h> | ||
| 23 | #include <asm/btfixup.h> | 22 | #include <asm/btfixup.h> |
| 24 | #include <asm/page.h> | 23 | #include <asm/page.h> |
| 25 | 24 | ||
diff --git a/include/asm-sparc/segment.h b/include/asm-sparc/segment.h deleted file mode 100644 index a1b7ffc9eec9..000000000000 --- a/include/asm-sparc/segment.h +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #ifndef __SPARC_SEGMENT_H | ||
| 2 | #define __SPARC_SEGMENT_H | ||
| 3 | |||
| 4 | /* Only here because we have some old header files that expect it.. */ | ||
| 5 | |||
| 6 | #endif | ||
diff --git a/include/asm-sparc/system.h b/include/asm-sparc/system.h index 898562ebe94c..3557781a4bfd 100644 --- a/include/asm-sparc/system.h +++ b/include/asm-sparc/system.h | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | #include <linux/threads.h> /* NR_CPUS */ | 9 | #include <linux/threads.h> /* NR_CPUS */ |
| 10 | #include <linux/thread_info.h> | 10 | #include <linux/thread_info.h> |
| 11 | 11 | ||
| 12 | #include <asm/segment.h> | ||
| 13 | #include <asm/page.h> | 12 | #include <asm/page.h> |
| 14 | #include <asm/psr.h> | 13 | #include <asm/psr.h> |
| 15 | #include <asm/ptrace.h> | 14 | #include <asm/ptrace.h> |
