[S390] dasd: get rid of compile warning
[deliverable/linux.git] / arch / s390 / include / asm / cacheflush.h
CommitLineData
1da177e4
LT
1#ifndef _S390_CACHEFLUSH_H
2#define _S390_CACHEFLUSH_H
3
1da177e4 4/* Caches aren't brain-dead on the s390. */
786cca88 5#include <asm-generic/cacheflush.h>
1da177e4 6
2485579b
HC
7#ifdef CONFIG_DEBUG_PAGEALLOC
8void kernel_map_pages(struct page *page, int numpages, int enable);
9#endif
10
1da177e4 11#endif /* _S390_CACHEFLUSH_H */
This page took 0.777195 seconds and 5 git commands to generate.