mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
[PATCH] Remove non-arch consumers of asm/segment.h
asm/segment.h varies greatly on different architectures but is clearly deprecated. Removing all non-architecture consumers will make it easier for us to get ride of asm/segment.h all together. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
309c0a1d5d
commit
9c45817f41
@ -10,7 +10,6 @@
|
||||
#include <linux/errno.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/major.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/delay.h>
|
||||
#include <linux/kernel.h>
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -43,7 +43,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -42,7 +42,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include <asm/pgtable.h>
|
||||
#include <asm/page.h>
|
||||
#include <linux/sched.h>
|
||||
#include <asm/segment.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
#include <linux/videodev.h>
|
||||
|
@ -40,7 +40,6 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/delay.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
|
@ -446,7 +446,6 @@ static char *serial_version = "$Revision: 1.25 $";
|
||||
#include <asm/io.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/bitops.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
|
@ -56,7 +56,6 @@
|
||||
#include <linux/bitops.h>
|
||||
|
||||
#include <asm/system.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
@ -40,7 +40,6 @@
|
||||
#include <asm/io.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/semaphore.h>
|
||||
#include <asm/delay.h>
|
||||
#include <asm/coldfire.h>
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/setup.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/q40_master.h>
|
||||
#include <linux/fb.h>
|
||||
|
@ -150,7 +150,6 @@ typedef struct {
|
||||
#include <linux/errno.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/major.h>
|
||||
#include <asm/segment.h>
|
||||
#include <asm/io.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/signal.h>
|
||||
|
@ -19,9 +19,6 @@
|
||||
#include <linux/ioport.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/system.h>
|
||||
#ifdef __alpha__
|
||||
#include <asm/segment.h>
|
||||
#endif
|
||||
#include <linux/vmalloc.h>
|
||||
#include <asm/uaccess.h>
|
||||
#include <linux/poll.h>
|
||||
|
Loading…
Reference in New Issue
Block a user