Index: drmP.h =================================================================== RCS file: /cvs/dri/drm/linux-core/drmP.h,v retrieving revision 1.172 diff -u -r1.172 drmP.h --- drmP.h 2 Jan 2006 05:54:10 -0000 1.172 +++ drmP.h 4 Jan 2006 09:42:25 -0000 @@ -788,7 +788,7 @@ /* Driver support (drm_drv.h) */ extern int drm_fb_loaded; -extern int __devinit drm_init(struct drm_driver *driver, +extern int drm_init(struct drm_driver *driver, struct pci_device_id *pciidlist); extern void __exit drm_exit(struct drm_driver *driver); extern void __exit drm_cleanup_pci(struct pci_dev *pdev);