diff options
Diffstat (limited to 'include/asm-x86/gart.h')
-rw-r--r-- | include/asm-x86/gart.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/gart.h b/include/asm-x86/gart.h index f704c50519b8..90958ed993fa 100644 --- a/include/asm-x86/gart.h +++ b/include/asm-x86/gart.h | |||
@@ -9,6 +9,7 @@ extern int iommu_detected; | |||
9 | extern void gart_iommu_init(void); | 9 | extern void gart_iommu_init(void); |
10 | extern void gart_iommu_shutdown(void); | 10 | extern void gart_iommu_shutdown(void); |
11 | extern void __init gart_parse_options(char *); | 11 | extern void __init gart_parse_options(char *); |
12 | extern void early_gart_iommu_check(void); | ||
12 | extern void gart_iommu_hole_init(void); | 13 | extern void gart_iommu_hole_init(void); |
13 | extern int fallback_aper_order; | 14 | extern int fallback_aper_order; |
14 | extern int fallback_aper_force; | 15 | extern int fallback_aper_force; |
@@ -20,6 +21,10 @@ extern int fix_aperture; | |||
20 | #define gart_iommu_aperture 0 | 21 | #define gart_iommu_aperture 0 |
21 | #define gart_iommu_aperture_allowed 0 | 22 | #define gart_iommu_aperture_allowed 0 |
22 | 23 | ||
24 | static inline void early_gart_iommu_check(void) | ||
25 | { | ||
26 | } | ||
27 | |||
23 | static inline void gart_iommu_shutdown(void) | 28 | static inline void gart_iommu_shutdown(void) |
24 | { | 29 | { |
25 | } | 30 | } |