[PATCH 09/15] ppc64: remove use of asm/segment.h

Kumar Gala galak at freescale.com
Thu Aug 25 02:56:56 EST 2005


Removed PPC64 architecture specific users of asm/segment.h and
asm-ppc64/segment.h itself

Signed-off-by: Kumar Gala <kumar.gala at freescale.com>

---
commit 21a31cb366a764793dc532b525b95bfc3e1723a2
tree 2c40ec80e781b61fef42e5914d8f336dc72f2200
parent 53cbc8f4b0d47965e2d673bcc9dc5e6a8388350b
author Kumar K. Gala <kumar.gala at freescale.com> Wed, 24 Aug 2005 10:55:55 -0500
committer Kumar K. Gala <kumar.gala at freescale.com> Wed, 24 Aug 2005 10:55:55 -0500

 arch/ppc64/kernel/time.c    |    1 -
 include/asm-ppc64/segment.h |    6 ------
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/ppc64/kernel/time.c b/arch/ppc64/kernel/time.c
--- a/arch/ppc64/kernel/time.c
+++ b/arch/ppc64/kernel/time.c
@@ -51,7 +51,6 @@
 #include <linux/cpu.h>
 #include <linux/security.h>
 
-#include <asm/segment.h>
 #include <asm/io.h>
 #include <asm/processor.h>
 #include <asm/nvram.h>
diff --git a/include/asm-ppc64/segment.h b/include/asm-ppc64/segment.h
deleted file mode 100644
--- a/include/asm-ppc64/segment.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __PPC64_SEGMENT_H
-#define __PPC64_SEGMENT_H
-
-/* Only here because we have some old header files that expect it.. */
-
-#endif /* __PPC64_SEGMENT_H */



More information about the Linuxppc64-dev mailing list