diff options
Diffstat (limited to 'drivers/scsi/sg.c')
-rw-r--r-- | drivers/scsi/sg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/sg.c b/drivers/scsi/sg.c index 62e3f340cc52..72ec59456e69 100644 --- a/drivers/scsi/sg.c +++ b/drivers/scsi/sg.c | |||
@@ -68,10 +68,6 @@ static int sg_proc_init(void); | |||
68 | static void sg_proc_cleanup(void); | 68 | static void sg_proc_cleanup(void); |
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | #ifndef LINUX_VERSION_CODE | ||
72 | #include <linux/version.h> | ||
73 | #endif /* LINUX_VERSION_CODE */ | ||
74 | |||
75 | #define SG_ALLOW_DIO_DEF 0 | 71 | #define SG_ALLOW_DIO_DEF 0 |
76 | #define SG_ALLOW_DIO_CODE /* compile out by commenting this define */ | 72 | #define SG_ALLOW_DIO_CODE /* compile out by commenting this define */ |
77 | 73 | ||