summaryrefslogtreecommitdiffstats
path: root/driver/ioctl.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2016-03-02 16:03:57 +0100
committerSuren A. Chilingaryan <csa@suren.me>2016-03-02 16:03:57 +0100
commit01e857cca352e73243d00b62a0c248a35cea6b71 (patch)
tree3d603934cecefac55b987286dbb1539a8acc8b16 /driver/ioctl.h
parenteb88dc19b8729fea5dc740e80f6f9d44791570fe (diff)
downloadpcitool-01e857cca352e73243d00b62a0c248a35cea6b71.tar.gz
pcitool-01e857cca352e73243d00b62a0c248a35cea6b71.tar.bz2
pcitool-01e857cca352e73243d00b62a0c248a35cea6b71.tar.xz
pcitool-01e857cca352e73243d00b62a0c248a35cea6b71.zip
Drop support of kernels prior to 3.2 (Debian 7, Ubuntu 12.04)
Diffstat (limited to 'driver/ioctl.h')
-rw-r--r--driver/ioctl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/driver/ioctl.h b/driver/ioctl.h
index 696fb8b..e989f95 100644
--- a/driver/ioctl.h
+++ b/driver/ioctl.h
@@ -1,5 +1 @@
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
-int pcidriver_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg);
-#else
long pcidriver_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
-#endif