summaryrefslogtreecommitdiff
path: root/drivers/staging/otus/usbdrv.h
diff options
context:
space:
mode:
authorAlexander Beregalov <a.beregalov@gmail.com>2008-12-07 03:58:47 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:52:11 (GMT)
commitf4f85ff7255836122fc03f69957cdb02e2530faa (patch)
treedca7e23fdae897778dc5a2c21dbcfc338f63d7d3 /drivers/staging/otus/usbdrv.h
parent707eefb8ee714ecaae436980cf19a7e7eb171cf1 (diff)
downloadlinux-fsl-qoriq-f4f85ff7255836122fc03f69957cdb02e2530faa.tar.xz
Staging: otus: remove dependence on kernel version
Dependence on kernel version is not needed anymore if we are in mainline now. Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Cc: <lrodriguez@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/otus/usbdrv.h')
-rw-r--r--drivers/staging/otus/usbdrv.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/drivers/staging/otus/usbdrv.h b/drivers/staging/otus/usbdrv.h
index 6e41881..a11b3b3 100644
--- a/drivers/staging/otus/usbdrv.h
+++ b/drivers/staging/otus/usbdrv.h
@@ -35,15 +35,10 @@
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/skbuff.h>
-#include <linux/version.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/wireless.h>
#include <linux/if_arp.h>
-#include <asm/io.h>
-
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
- #include <asm/div64.h>
-#endif
+#include <linux/io.h>
#include "zdcompat.h"