diff options
Diffstat (limited to 'drivers/char/drm/mga_drv.c')
-rw-r--r-- | drivers/char/drm/mga_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/drm/mga_drv.c b/drivers/char/drm/mga_drv.c index be49dbb9ec3f..5572939fc7d1 100644 --- a/drivers/char/drm/mga_drv.c +++ b/drivers/char/drm/mga_drv.c | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | #include "drm_pciids.h" | 37 | #include "drm_pciids.h" |
38 | 38 | ||
39 | static int mga_driver_device_is_agp(drm_device_t * dev); | 39 | static int mga_driver_device_is_agp(struct drm_device * dev); |
40 | 40 | ||
41 | static struct pci_device_id pciidlist[] = { | 41 | static struct pci_device_id pciidlist[] = { |
42 | mga_PCI_IDS | 42 | mga_PCI_IDS |
@@ -118,7 +118,7 @@ MODULE_LICENSE("GPL and additional rights"); | |||
118 | * \returns | 118 | * \returns |
119 | * If the device is a PCI G450, zero is returned. Otherwise 2 is returned. | 119 | * If the device is a PCI G450, zero is returned. Otherwise 2 is returned. |
120 | */ | 120 | */ |
121 | static int mga_driver_device_is_agp(drm_device_t * dev) | 121 | static int mga_driver_device_is_agp(struct drm_device * dev) |
122 | { | 122 | { |
123 | const struct pci_dev *const pdev = dev->pdev; | 123 | const struct pci_dev *const pdev = dev->pdev; |
124 | 124 | ||