diff options
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index 4c6e5079d870..d6f36c004d9b 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -318,9 +318,6 @@ void agp3_generic_cleanup(void); | |||
318 | #define AGP_GENERIC_SIZES_ENTRIES 11 | 318 | #define AGP_GENERIC_SIZES_ENTRIES 11 |
319 | extern const struct aper_size_info_16 agp3_generic_sizes[]; | 319 | extern const struct aper_size_info_16 agp3_generic_sizes[]; |
320 | 320 | ||
321 | #define virt_to_gart(x) (phys_to_gart(virt_to_phys(x))) | ||
322 | #define gart_to_virt(x) (phys_to_virt(gart_to_phys(x))) | ||
323 | |||
324 | extern int agp_off; | 321 | extern int agp_off; |
325 | extern int agp_try_unsupported_boot; | 322 | extern int agp_try_unsupported_boot; |
326 | 323 | ||