From aa5380b904e7f896db0931320160bdea93e41f6a Mon Sep 17 00:00:00 2001 From: Oliver Neukum Date: Mon, 13 Oct 2008 14:05:20 +0200 Subject: USB: cdc-wdm: make module autoload work this fixes an omission that led to no alias being computed for the cdc-wdm module. Signed-off-by: Oliver Neukum Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/class/cdc-wdm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/usb') diff --git a/drivers/usb/class/cdc-wdm.c b/drivers/usb/class/cdc-wdm.c index 7429f70b9d0..5a8ecc045e3 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 -- cgit v1.2.3