diff options
Diffstat (limited to 'drivers/usb/class/usbtmc.c')
| -rw-r--r-- | drivers/usb/class/usbtmc.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/class/usbtmc.c b/drivers/usb/class/usbtmc.c index 8e74657f106..43a863c5cc4 100644 --- a/drivers/usb/class/usbtmc.c +++ b/drivers/usb/class/usbtmc.c @@ -51,6 +51,7 @@ static struct usb_device_id usbtmc_devices[] = {  	{ USB_INTERFACE_INFO(USB_CLASS_APP_SPEC, 3, 0), },  	{ 0, } /* terminating entry */  }; +MODULE_DEVICE_TABLE(usb, usbtmc_devices);  /*   * This structure is the capabilities for the device  |