diff options
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index c6a24763..b2295b99 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -787,10 +787,10 @@ static inline int drm_mtrr_del(int handle, unsigned long offset, /* 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); +extern void drm_exit(struct drm_driver *driver); +extern void drm_cleanup_pci(struct pci_dev *pdev); extern int drm_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); extern long drm_compat_ioctl(struct file *filp, |