Skip to content

Commit

Permalink
[PATCH] Serial: Remove linux/version.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olaf Hering authored and Russell King committed Jul 16, 2005
1 parent 661f83a commit 6d283d2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions drivers/serial/crisv10.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@
static char *serial_version = "$Revision: 1.25 $";

#include <linux/config.h>
#include <linux/version.h>

#include <linux/types.h>
#include <linux/errno.h>
#include <linux/signal.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/serial/icom.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#define SERIAL_DO_RESTART
#include <linux/module.h>
#include <linux/config.h>
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/signal.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/serial/jsm/jsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#define __JSM_DRIVER_H

#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/types.h> /* To pick up the varions Linux types */
#include <linux/tty.h>
#include <linux/serial_core.h>
Expand Down
1 change: 0 additions & 1 deletion include/linux/serialP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6d283d2

Please sign in to comment.