diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2013-02-10 02:04:49 +1100 |
---|---|---|
committer | Jonathan Gray <jsg@jsg.id.au> | 2013-02-10 02:06:32 +1100 |
commit | 7cc36fea237c462958043a0579fd2b5d44806888 (patch) | |
tree | a7ca8352590f012f7f62180abf1c93d8b65fe436 /sys/dev/pci/drm/drm_drv.c | |
parent | 0e5273ece4ec28deb8a8a80ddbab04ec803c3afb (diff) |
sync i915 irq code with linux (with less breakage this time)
Diffstat (limited to 'sys/dev/pci/drm/drm_drv.c')
-rw-r--r-- | sys/dev/pci/drm/drm_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/drm_drv.c b/sys/dev/pci/drm/drm_drv.c index fdb906bda4a..d12d42ef71e 100644 --- a/sys/dev/pci/drm/drm_drv.c +++ b/sys/dev/pci/drm/drm_drv.c @@ -95,7 +95,7 @@ int drm_getcap(struct drm_device *, void *, struct drm_file *); * drm_attach_args. */ struct device * -drm_attach_pci(const struct drm_driver_info *driver, struct pci_attach_args *pa, +drm_attach_pci(struct drm_driver_info *driver, struct pci_attach_args *pa, int is_agp, struct device *dev) { struct drm_attach_args arg; |