From 09c901e4bdf2bd18110f963ef3759f6759f15317 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 24 Jul 2006 11:09:41 +1000 Subject: remove incorrect exit marking on cleanup pci as this is called from other paths --- linux-core/drm_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/drm_drv.c') 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); -- cgit v1.2.3