]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/sparc/include/asm/agp.h
agp: kill phys_to_gart() and gart_to_phys()
[net-next-2.6.git] / arch / sparc / include / asm / agp.h
index c2456870b05c6c298aba695cd433c15b854a12ee..70f52c1661bc11b4f7c9de697fb6a67fecfa8a97 100644 (file)
@@ -7,10 +7,6 @@
 #define unmap_page_from_agp(page)
 #define flush_agp_cache() mb()
 
-/* Convert a physical address to an address suitable for the GART. */
-#define phys_to_gart(x) (x)
-#define gart_to_phys(x) (x)
-
 /* GATT allocation. Returns/accepts GATT kernel virtual address. */
 #define alloc_gatt_pages(order)                \
        ((char *)__get_free_pages(GFP_KERNEL, (order)))