summaryrefslogtreecommitdiff
path: root/linux-core/drm_drv.c
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-10-05 02:58:14 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-10-05 02:58:14 +0000
commit6dee8401a65c2b976dad8937985439fb8f0887be (patch)
tree5a98ca005d032e227149c49719d5d61640146706 /linux-core/drm_drv.c
parentaba12cfc0e80694457347dc9d0ed78cd78192ea3 (diff)
enable the device in the right order, remove __devinit from drm_int
Diffstat (limited to 'linux-core/drm_drv.c')
-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 3cc8da02..81ec1c76 100644
--- a/linux-core/drm_drv.c
+++ b/linux-core/drm_drv.c
@@ -318,7 +318,7 @@ MODULE_PARM(drm_opts, "s");
* Expands the \c DRIVER_PREINIT and \c DRIVER_POST_INIT macros before and
* after the initialization for driver customization.
*/
-int __devinit drm_init(struct pci_driver *driver,
+int drm_init(struct pci_driver *driver,
struct pci_device_id *pciidlist,
struct drm_driver_fn *driver_fn)
{