diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2003-05-21 00:37:57 +0100 |
|---|---|---|
| committer | Dave Jones <davej@codemonkey.org.uk> | 2003-05-21 00:37:57 +0100 |
| commit | 4f866957b183dbf4d96e33f3a597ea6ce162fdcf (patch) | |
| tree | 7a5af571cfdac17aa05a2f7813f36ca42981e651 | |
| parent | ad725933db4e1a50e3d8cb0077acc2973df06299 (diff) | |
[AGPGART] PPC compile fix.
Generic suspend/resume methods are no more.
| -rw-r--r-- | drivers/char/agp/uninorth-agp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c index 83c7e660fc03..2262c82a1a89 100644 --- a/drivers/char/agp/uninorth-agp.c +++ b/drivers/char/agp/uninorth-agp.c @@ -280,8 +280,6 @@ struct agp_bridge_driver uninorth_agp_driver = { .free_by_type = agp_generic_free_by_type, .agp_alloc_page = agp_generic_alloc_page, .agp_destroy_page = agp_generic_destroy_page, - .suspend = agp_generic_suspend, - .resume = agp_generic_resume, .cant_use_aperture = 1, }; |
