mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
cryptodev: Compilefix on 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23290 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
159e10820e
commit
a33e8dc251
@ -1019,7 +1019,9 @@ static struct file_operations cryptodev_fops = {
|
||||
.owner = THIS_MODULE,
|
||||
.open = cryptodev_open,
|
||||
.release = cryptodev_release,
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)
|
||||
.ioctl = cryptodev_ioctl,
|
||||
#endif
|
||||
#ifdef HAVE_UNLOCKED_IOCTL
|
||||
.unlocked_ioctl = cryptodev_unlocked_ioctl,
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user