/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_GENERIC_FB_H_ #define __ASM_GENERIC_FB_H_ #include #define fb_pgprotect(...) do {} while (0) static inline int fb_is_primary_device(struct fb_info *info) { return 0; } #endif /* __ASM_GENERIC_FB_H_ */ l/atom/fs/stack.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao