10eb2659cc
Move arch-specific bits of fb_mmap() to their respective subdirectories [bob.picco@hp.com: efi_range_is_wc is referenced but not declared] [bunk@stusta.de: fix include/asm-m68k/fb.h] Signed-off-by: Antonino Daplas <adaplas@gmail.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7 lines
106 B
C
7 lines
106 B
C
#ifndef _ASM_FB_H_
|
|
#define _ASM_FB_H_
|
|
|
|
#define fb_pgprotect(...) do {} while (0)
|
|
|
|
#endif /* _ASM_FB_H_ */
|