From: Oliver Neukum Date: Thu, 23 Oct 2008 17:35:11 +0000 (+0000) Subject: USB: cdc-wdm: make module autoload work X-Git-Tag: v2.6.27.4~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cece7795b1c359787261a150ac502b250c6699f;p=thirdparty%2Fkernel%2Fstable.git USB: cdc-wdm: make module autoload work commit aa5380b904e7f896db0931320160bdea93e41f6a upstream this fixes an omission that led to no alias being computed for the cdc-wdm module. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c index 7e8e1235e4e52..023a4e988f399 100644 --- a/drivers/usb/class/cdc-wdm.c +++ b/drivers/usb/class/cdc-wdm.c @@ -42,6 +42,8 @@ static struct usb_device_id wdm_ids[] = { { } }; +MODULE_DEVICE_TABLE (usb, wdm_ids); + #define WDM_MINOR_BASE 176