summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-04-05 01:23:57 +0000
committerDave Airlie <airlied@linux.ie>2006-04-05 01:23:57 +0000
commit4f53bf35454422db7cdd8db52b95016a9ec0dd2e (patch)
treef0edbebff8ee2a3665a278927580c0911bdfa36e /linux-core
parentac5bd25208d2f636edb45b71de11decdde781862 (diff)
remove stupid init and exit flags..
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drmP.h6
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,