Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127018 | Differences between
and this patch

Collapse All | Expand All

(-)qc-usb-0.6.3.old/qc-driver.c (-3 lines)
Lines 3027-3035 Link Here
3027
	name:		qc_name,
3027
	name:		qc_name,
3028
	probe:		qc_usb_probe,
3028
	probe:		qc_usb_probe,
3029
	disconnect:	qc_usb_disconnect,
3029
	disconnect:	qc_usb_disconnect,
3030
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
3031
	owner:		THIS_MODULE,
3032
#endif
3033
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
3030
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
3034
	id_table:	qc_device_table,
3031
	id_table:	qc_device_table,
3035
#endif
3032
#endif

Return to bug 127018