diff options
Diffstat (limited to 'include/asm-sh/cache.h')
-rw-r--r-- | include/asm-sh/cache.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-sh/cache.h b/include/asm-sh/cache.h index 33f13367054b..e3a180cf5062 100644 --- a/include/asm-sh/cache.h +++ b/include/asm-sh/cache.h | |||
@@ -10,7 +10,6 @@ | |||
10 | #ifdef __KERNEL__ | 10 | #ifdef __KERNEL__ |
11 | 11 | ||
12 | #include <asm/cpu/cache.h> | 12 | #include <asm/cpu/cache.h> |
13 | #include <asm/cpu/cacheflush.h> | ||
14 | 13 | ||
15 | #define SH_CACHE_VALID 1 | 14 | #define SH_CACHE_VALID 1 |
16 | #define SH_CACHE_UPDATED 2 | 15 | #define SH_CACHE_UPDATED 2 |
@@ -49,12 +48,5 @@ struct cache_info { | |||
49 | unsigned long flags; | 48 | unsigned long flags; |
50 | }; | 49 | }; |
51 | 50 | ||
52 | /* Flush (write-back only) a region (smaller than a page) */ | ||
53 | extern void __flush_wback_region(void *start, int size); | ||
54 | /* Flush (write-back & invalidate) a region (smaller than a page) */ | ||
55 | extern void __flush_purge_region(void *start, int size); | ||
56 | /* Flush (invalidate only) a region (smaller than a page) */ | ||
57 | extern void __flush_invalidate_region(void *start, int size); | ||
58 | |||
59 | #endif /* __KERNEL__ */ | 51 | #endif /* __KERNEL__ */ |
60 | #endif /* __ASM_SH_CACHE_H */ | 52 | #endif /* __ASM_SH_CACHE_H */ |