summaryrefslogtreecommitdiffstats
path: root/drivers/serial/crisv10.c
diff options
context:
space:
mode:
authorKumar Gala2005-09-07 00:17:47 +0200
committerLinus Torvalds2005-09-08 01:57:34 +0200
commit9c45817f41af987277353e463c78a1c6beb37da2 (patch)
tree8abe92528688a34e467ce4b475c529e01b77a580 /drivers/serial/crisv10.c
parent[PATCH] blk: Use blk_queue_xxx functions to set parameters (diff)
downloadkernel-qcow2-linux-9c45817f41af987277353e463c78a1c6beb37da2.tar.gz
kernel-qcow2-linux-9c45817f41af987277353e463c78a1c6beb37da2.tar.xz
kernel-qcow2-linux-9c45817f41af987277353e463c78a1c6beb37da2.zip
[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/serial/crisv10.c')
-rw-r--r--drivers/serial/crisv10.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/crisv10.c b/drivers/serial/crisv10.c
index 5690594b257b..40d3e7139cfe 100644
--- a/drivers/serial/crisv10.c
+++ b/drivers/serial/crisv10.c
@@ -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>