diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-08-17 14:36:59 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-23 19:14:12 (GMT) |
commit | 7a8fc9b248e77a4eab0613acf30a6811799786b3 (patch) | |
tree | 24b3beb8bc0633db27ffdb791f94dce95d51b1d0 /drivers/usb/serial/garmin_gps.c | |
parent | d3ee1b405872214609868f3cde631ac157026dd0 (diff) | |
download | linux-7a8fc9b248e77a4eab0613acf30a6811799786b3.tar.xz |
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/garmin_gps.c')
-rw-r--r-- | drivers/usb/serial/garmin_gps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/garmin_gps.c b/drivers/usb/serial/garmin_gps.c index 2e663f1..d953820 100644 --- a/drivers/usb/serial/garmin_gps.c +++ b/drivers/usb/serial/garmin_gps.c @@ -38,8 +38,6 @@ #include <linux/usb.h> #include <linux/usb/serial.h> -#include <linux/version.h> - /* the mode to be set when the port ist opened */ static int initial_mode = 1; |