diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2013-02-05 14:34:45 +1100 |
---|---|---|
committer | Jonathan Gray <jsg@jsg.id.au> | 2013-02-05 14:34:45 +1100 |
commit | 48772b4c581211a7bbddf2bb03040cb6c05339bb (patch) | |
tree | def772d26699451f6bb8dfa4a3802d710509d5ff /sys/dev/pci/drm/drm_drv.c | |
parent | 7a8dbf2bd26be06aa3b2d6bb65011fb55572a952 (diff) |
sync i915_irq.c with linux
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 165847485a7..731c1992093 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; |