Commit 4f866957 authored by Dave Jones's avatar Dave Jones

[AGPGART] PPC compile fix.

Generic suspend/resume methods are no more.
parent ad725933
...@@ -280,8 +280,6 @@ struct agp_bridge_driver uninorth_agp_driver = { ...@@ -280,8 +280,6 @@ struct agp_bridge_driver uninorth_agp_driver = {
.free_by_type = agp_generic_free_by_type, .free_by_type = agp_generic_free_by_type,
.agp_alloc_page = agp_generic_alloc_page, .agp_alloc_page = agp_generic_alloc_page,
.agp_destroy_page = agp_generic_destroy_page, .agp_destroy_page = agp_generic_destroy_page,
.suspend = agp_generic_suspend,
.resume = agp_generic_resume,
.cant_use_aperture = 1, .cant_use_aperture = 1,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment