diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2006-01-12 13:35:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:54 -0500 |
commit | 35cce732d9d4d9af6b4ad4d26d8f8c0eddb573a2 (patch) | |
tree | 1fbb63a0c8b5e661d70a8aa97c036f9e58edf197 /drivers/usb/misc/sisusbvga | |
parent | e266a12492f7ca9142882710bff92e902b7c95c8 (diff) |
[PATCH] USB: remove LINUX_VERSION_CODE macro usage
This patch removes unnecessary LINUX_VERSION_CODE macro usage from
drivers/usb/.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/sisusbvga')
-rw-r--r-- | drivers/usb/misc/sisusbvga/sisusb.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/misc/sisusbvga/sisusb.h b/drivers/usb/misc/sisusbvga/sisusb.h index 1d7a77cc7c4a..a716825d1f9b 100644 --- a/drivers/usb/misc/sisusbvga/sisusb.h +++ b/drivers/usb/misc/sisusbvga/sisusb.h | |||
@@ -37,24 +37,16 @@ | |||
37 | #ifndef _SISUSB_H_ | 37 | #ifndef _SISUSB_H_ |
38 | #define _SISUSB_H_ | 38 | #define _SISUSB_H_ |
39 | 39 | ||
40 | #include <linux/version.h> | ||
41 | #ifdef CONFIG_COMPAT | 40 | #ifdef CONFIG_COMPAT |
42 | #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,10) | ||
43 | #include <linux/ioctl32.h> | ||
44 | #define SISUSB_OLD_CONFIG_COMPAT | ||
45 | #else | ||
46 | #define SISUSB_NEW_CONFIG_COMPAT | 41 | #define SISUSB_NEW_CONFIG_COMPAT |
47 | #endif | 42 | #endif |
48 | #endif | ||
49 | 43 | ||
50 | /* For older kernels, support for text consoles is by default | 44 | /* For older kernels, support for text consoles is by default |
51 | * off. To ensable text console support, change the following: | 45 | * off. To ensable text console support, change the following: |
52 | */ | 46 | */ |
53 | #if 0 | 47 | #if 0 |
54 | #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,13) | ||
55 | #define CONFIG_USB_SISUSBVGA_CON | 48 | #define CONFIG_USB_SISUSBVGA_CON |
56 | #endif | 49 | #endif |
57 | #endif | ||
58 | 50 | ||
59 | /* Version Information */ | 51 | /* Version Information */ |
60 | 52 | ||