diff options
Diffstat (limited to 'drivers/char/agp/efficeon-agp.c')
-rw-r--r-- | drivers/char/agp/efficeon-agp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/agp/efficeon-agp.c b/drivers/char/agp/efficeon-agp.c index 55f3e33a309f..6974d5032053 100644 --- a/drivers/char/agp/efficeon-agp.c +++ b/drivers/char/agp/efficeon-agp.c | |||
@@ -343,8 +343,8 @@ static const struct agp_bridge_driver efficeon_driver = { | |||
343 | .agp_type_to_mask_type = agp_generic_type_to_mask_type, | 343 | .agp_type_to_mask_type = agp_generic_type_to_mask_type, |
344 | }; | 344 | }; |
345 | 345 | ||
346 | static int __devinit agp_efficeon_probe(struct pci_dev *pdev, | 346 | static int agp_efficeon_probe(struct pci_dev *pdev, |
347 | const struct pci_device_id *ent) | 347 | const struct pci_device_id *ent) |
348 | { | 348 | { |
349 | struct agp_bridge_data *bridge; | 349 | struct agp_bridge_data *bridge; |
350 | u8 cap_ptr; | 350 | u8 cap_ptr; |