aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-08-17 10:36:59 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-08-23 15:14:12 -0400
commit7a8fc9b248e77a4eab0613acf30a6811799786b3 (patch)
tree24b3beb8bc0633db27ffdb791f94dce95d51b1d0 /drivers/usb/serial
parentd3ee1b405872214609868f3cde631ac157026dd0 (diff)
removed unused #include <linux/version.h>'s
This patch lets the files using linux/version.h match the files that #include it. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r--drivers/usb/serial/garmin_gps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/garmin_gps.c b/drivers/usb/serial/garmin_gps.c
index 2e663f1afd5e..d95382088075 100644
--- a/drivers/usb/serial/garmin_gps.c
+++ b/drivers/usb/serial/garmin_gps.c
@@ -38,8 +38,6 @@
38#include <linux/usb.h> 38#include <linux/usb.h>
39#include <linux/usb/serial.h> 39#include <linux/usb/serial.h>
40 40
41#include <linux/version.h>
42
43/* the mode to be set when the port ist opened */ 41/* the mode to be set when the port ist opened */
44static int initial_mode = 1; 42static int initial_mode = 1;
45 43