diff options
Diffstat (limited to 'include/asm-x86/cacheflush.h')
-rw-r--r-- | include/asm-x86/cacheflush.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h index 0a5f71817b3e..8e205a131250 100644 --- a/include/asm-x86/cacheflush.h +++ b/include/asm-x86/cacheflush.h | |||
@@ -99,8 +99,6 @@ int set_pages_rw(struct page *page, int numpages); | |||
99 | 99 | ||
100 | void clflush_cache_range(void *addr, unsigned int size); | 100 | void clflush_cache_range(void *addr, unsigned int size); |
101 | 101 | ||
102 | void cpa_init(void); | ||
103 | |||
104 | #ifdef CONFIG_DEBUG_RODATA | 102 | #ifdef CONFIG_DEBUG_RODATA |
105 | void mark_rodata_ro(void); | 103 | void mark_rodata_ro(void); |
106 | extern const int rodata_test_data; | 104 | extern const int rodata_test_data; |