diff options
Diffstat (limited to 'drivers/scsi/osst.c')
-rw-r--r-- | drivers/scsi/osst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/osst.c b/drivers/scsi/osst.c index 07eb52008..fd3d79838 100644 --- a/drivers/scsi/osst.c +++ b/drivers/scsi/osst.c @@ -31,6 +31,7 @@ const char * osst_version = "0.9.4.3"; #define OSST_FW_NEED_POLL_MAX 10708 /*(108D)*/ #define OSST_FW_NEED_POLL(x,d) ((x) >= OSST_FW_NEED_POLL_MIN && (x) <= OSST_FW_NEED_POLL_MAX && d->host->this_id != 7) +#include <linux/config.h> #include <linux/module.h> #include <linux/fs.h> |