Richard Knutsson <ricknu-0@student.ltu.se> did the original pci_module_init()
cleanups:
    http://marc.theaimsgroup.com/?l=linux-kernel&m=
113330872125068&w=2
    http://marc.theaimsgroup.com/?l=linux-kernel&m=
113330888507321&w=2
Greg, on it's way upstream, pci_module_init() return sneaked back in for
cyblafb?
    http://marc.theaimsgroup.com/?l=linux-pci&m=
113652969209562&w=2
    http://marc.theaimsgroup.com/?l=linux-pci&m=
113683930220421&w=2
Remove for good.
Signed-off-by: Arthur Othieno <apgo@patchbomb.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
                }
 #endif
        output("CyblaFB version %s initializing\n", VERSION);
-       return pci_module_init(&cyblafb_pci_driver);
        return pci_register_driver(&cyblafb_pci_driver);
 }