mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-16 10:17:32 +00:00
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_ */
|