Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a52ef3f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: comedi: dt9812: remove #ifdef that is not needed



We don't need to set the owner field of the usb_driver structure
in the dt9812 driver.

Cc: Anders Blomdell <anders.blomdell@control.lth.se>
Cc: David Schleef <ds@schleef.org>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 88676359
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -882,9 +882,6 @@ static void dt9812_disconnect(struct usb_interface *interface)
}

static struct usb_driver dt9812_usb_driver = {
#ifdef COMEDI_HAVE_USB_DRIVER_OWNER
	.owner = THIS_MODULE,
#endif
	.name = "dt9812",
	.probe = dt9812_probe,
	.disconnect = dt9812_disconnect,