Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131680
Collapse All | Expand All

(-)rt2500usb.c (+2 lines)
Lines 1282-1288 Link Here
1282
#endif /* CONFIG_RT2X00_DEBUG */
1282
#endif /* CONFIG_RT2X00_DEBUG */
1283
1283
1284
static struct usb_driver rt2x00_usb_driver = {
1284
static struct usb_driver rt2x00_usb_driver = {
1285
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15)
1285
	.owner		= THIS_MODULE,
1286
	.owner		= THIS_MODULE,
1287
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) */
1286
	.name		= DRV_NAME,
1288
	.name		= DRV_NAME,
1287
	.id_table	= rt2x00_device_usb_tbl,
1289
	.id_table	= rt2x00_device_usb_tbl,
1288
	.probe		= rt2x00_usb_probe,
1290
	.probe		= rt2x00_usb_probe,

Return to bug 131680