diff options
author | Olaf Hering <olh@suse.de> | 2005-07-16 09:59:00 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-07-16 09:59:00 +0100 |
commit | 6d283d271674b1127881ebf082266a2c3fe6e0e4 (patch) | |
tree | c84f09e47f474b8476fac3b2be91d4a5f06ea68c /include/linux | |
parent | 661f83a67c2e360d5a4d2406cc28379c909f94bf (diff) |
[PATCH] Serial: Remove linux/version.h
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason.
Signed-off-by: Olaf Hering <olh@suse.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/serialP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h index 2307f11d8a6b..2b2f35a64d75 100644 --- a/include/linux/serialP.h +++ b/include/linux/serialP.h @@ -19,7 +19,6 @@ * For definitions of the flags field, see tty.h */ -#include <linux/version.h> #include <linux/config.h> #include <linux/termios.h> #include <linux/workqueue.h> |