ASoC: pcm512x: Scrub my work address from the driver
[sfrench/cifs-2.6.git] / tools / arch / sh / include / uapi / asm / mman.h
1 #ifndef TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H
2 #define TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H
3 #include <uapi/asm-generic/mman.h>
4 /* MAP_32BIT is undefined on sh, fix it for perf */
5 #define MAP_32BIT       0
6 #endif