From 6dee8401a65c2b976dad8937985439fb8f0887be Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Tue, 5 Oct 2004 02:58:14 +0000 Subject: enable the device in the right order, remove __devinit from drm_int --- 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 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) { -- cgit v1.2.3