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

(-)IS_Linux_STA_6x_D_1.1.1.0/Module/rtmp_main.c (-1 / +1 lines)
Lines 888-894 Link Here
888
//
888
//
889
static INT __init rt61_init_module(VOID)
889
static INT __init rt61_init_module(VOID)
890
{
890
{
891
    return pci_module_init(&rt61_driver);
891
    return pci_register_driver(&rt61_driver);
892
}
892
}
893
893
894
//
894
//

Return to bug 187497