Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Kumar Gala and committed by
Linus Torvalds
873d3469 6a00cbfc

-5
-1
arch/ppc/kernel/temp.c
··· 21 21 #include <linux/interrupt.h> 22 22 #include <linux/init.h> 23 23 24 - #include <asm/segment.h> 25 24 #include <asm/io.h> 26 25 #include <asm/reg.h> 27 26 #include <asm/nvram.h>
-1
arch/ppc/kernel/time.c
··· 58 58 #include <linux/init.h> 59 59 #include <linux/profile.h> 60 60 61 - #include <asm/segment.h> 62 61 #include <asm/io.h> 63 62 #include <asm/nvram.h> 64 63 #include <asm/cache.h>
-1
arch/ppc/platforms/chrp_time.c
··· 22 22 #include <linux/init.h> 23 23 #include <linux/bcd.h> 24 24 25 - #include <asm/segment.h> 26 25 #include <asm/io.h> 27 26 #include <asm/nvram.h> 28 27 #include <asm/prom.h>
-1
arch/ppc/syslib/prep_nvram.c
··· 15 15 #include <linux/ioport.h> 16 16 17 17 #include <asm/sections.h> 18 - #include <asm/segment.h> 19 18 #include <asm/io.h> 20 19 #include <asm/machdep.h> 21 20 #include <asm/prep_nvram.h>
-1
include/asm-ppc/segment.h
··· 1 - #include <asm/uaccess.h>