Archived
14
0
Fork 0

[AGPGART] Add agp-type-to-mask-type method missing from some drivers.

Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
Thomas Hellstrom 2007-02-05 14:44:23 +01:00 committed by Dave Jones
parent e4ac5e4f55
commit bf1e5989aa
2 changed files with 2 additions and 0 deletions

View file

@ -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,
};

View file

@ -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 =