summaryrefslogtreecommitdiff
path: root/arch/ppc/syslib/prep_nvram.c
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-13 08:25:10 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-13 15:22:28 (GMT)
commit873d3469db66ea08e94b0d04a96b1a4507684824 (patch)
tree67e5df25890e6820388fb86b3b81d73fe0bff74e /arch/ppc/syslib/prep_nvram.c
parent6a00cbfcf8ffdd719cb5a27e1a0a9779665d1e23 (diff)
downloadlinux-fsl-qoriq-873d3469db66ea08e94b0d04a96b1a4507684824.tar.xz
[PATCH] ppc32: remove use of asm/segment.h
Removed ppc32 architecture specific users of asm/segment.h and asm-ppc/segment.h itself Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/syslib/prep_nvram.c')
-rw-r--r--arch/ppc/syslib/prep_nvram.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/syslib/prep_nvram.c b/arch/ppc/syslib/prep_nvram.c
index 2bcf8a1..8599850 100644
--- a/arch/ppc/syslib/prep_nvram.c
+++ b/arch/ppc/syslib/prep_nvram.c
@@ -15,7 +15,6 @@
#include <linux/ioport.h>
#include <asm/sections.h>
-#include <asm/segment.h>
#include <asm/io.h>
#include <asm/machdep.h>
#include <asm/prep_nvram.h>