summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-core/drm_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_drv.c b/linux-core/drm_drv.c
index c3ea9b53..0281178c 100644
--- a/linux-core/drm_drv.c
+++ b/linux-core/drm_drv.c
@@ -245,7 +245,7 @@ int drm_lastclose(drm_device_t * dev)
return 0;
}
-void __exit drm_cleanup_pci(struct pci_dev *pdev)
+void drm_cleanup_pci(struct pci_dev *pdev)
{
drm_device_t *dev = pci_get_drvdata(pdev);