Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48648
b: refs/heads/master
c: bf1e598
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Hellstrom authored and Dave Jones committed Feb 5, 2007
1 parent ca21198 commit f57797d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4ac5e4f55f55b16e084a46b1b8e233f490ba701
refs/heads/master: bf1e5989aa5783726c6a94931f92b34aa387ec30
1 change: 1 addition & 0 deletions trunk/drivers/char/agp/parisc-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ struct agp_bridge_driver parisc_agp_driver = {
.free_by_type = agp_generic_free_by_type,
.agp_alloc_page = agp_generic_alloc_page,
.agp_destroy_page = agp_generic_destroy_page,
.agp_type_to_mask_type = agp_generic_type_to_mask_type,
.cant_use_aperture = 1,
};

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/char/agp/sis-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ static struct agp_bridge_driver sis_driver = {
.free_by_type = agp_generic_free_by_type,
.agp_alloc_page = agp_generic_alloc_page,
.agp_destroy_page = agp_generic_destroy_page,
.agp_type_to_mask_type = agp_generic_type_to_mask_type,
};

static struct agp_device_ids sis_agp_device_ids[] __devinitdata =
Expand Down

0 comments on commit f57797d

Please sign in to comment.