diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-09-09 20:17:34 +0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 14:36:11 +0400 |
commit | a87aa5cc0074fea871c8c6d2660d9b6cd7699d3d (patch) | |
tree | f28de481abe2577bd6459ecad54b4a44892ad6a1 /drivers/char/agp/agp.h | |
parent | d0b6dc4b930e3be9c02cc9638f02e14d271d5f0d (diff) | |
download | linux-a87aa5cc0074fea871c8c6d2660d9b6cd7699d3d.tar.xz |
agp: kill agp_(map|unmap)_page
Only used to remap the scratch page. Now that intel-gtt does this
itself, kill the support code.
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index 120490949997..04ad0bbfaf41 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h @@ -122,8 +122,6 @@ struct agp_bridge_driver { int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); void (*chipset_flush)(struct agp_bridge_data *); - int (*agp_map_page)(struct page *page, dma_addr_t *ret); - void (*agp_unmap_page)(struct page *page, dma_addr_t dma); int (*agp_map_memory)(struct agp_memory *mem); void (*agp_unmap_memory)(struct agp_memory *mem); }; |