Staging: line6: remove KERNEL_VERSION checks
[firefly-linux-kernel-4.4.55.git] / drivers / staging / line6 / driver.c
index 7c20783b3e583edab68137ed2e74c3e87c6ad6bb..cf01abcc46763f97c68a5ac2b612df27c907361b 100644 (file)
@@ -1000,9 +1000,6 @@ static void line6_disconnect(struct usb_interface *interface)
 }
 
 static struct usb_driver line6_driver = {
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 16)
-       .owner = THIS_MODULE,
-#endif
        .name = DRIVER_NAME,
        .probe = line6_probe,
        .disconnect = line6_disconnect,