summaryrefslogtreecommitdiff
path: root/drivers/video/q40fb.c
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-09-06 15:17:47 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-07 16:57:34 -0700
commit9c45817f41af987277353e463c78a1c6beb37da2 (patch)
tree8abe92528688a34e467ce4b475c529e01b77a580 /drivers/video/q40fb.c
parent309c0a1d5d1dae2e543bfc5a0e762d0424696e0d (diff)
[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>
Diffstat (limited to 'drivers/video/q40fb.c')
-rw-r--r--drivers/video/q40fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/q40fb.c b/drivers/video/q40fb.c
index 71b69da0c40d..162012bb9264 100644
--- a/drivers/video/q40fb.c
+++ b/drivers/video/q40fb.c
@@ -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>