summaryrefslogtreecommitdiffstats
path: root/kernel/debug
diff options
context:
space:
mode:
authorGreentime Hu <greentime@andestech.com>2018-04-19 05:33:01 +0200
committerGreentime Hu <greentime@andestech.com>2018-05-23 07:26:20 +0200
commit8cedb78fdf82468020a2f3b24ef63ccd397662a2 (patch)
treef8a44b6fbc9815cd6f2995aaf50166d33c125480 /kernel/debug
parentnds32: Fix building error of crypto/xor.c by adding xor.h (diff)
downloadlinux-8cedb78fdf82468020a2f3b24ef63ccd397662a2.tar.xz
linux-8cedb78fdf82468020a2f3b24ef63ccd397662a2.zip
nds32: Fix drivers/gpu/drm/udl/udl_fb.c building error by defining PAGE_SHARED
It broke the 'allmodconfig' build. drivers/gpu/drm/udl/udl_fb.c: In function 'udl_fb_mmap': drivers/gpu/drm/udl/udl_fb.c:183:52: error: 'PAGE_SHARED' undeclared (first use in this function) if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) ^~~~~~~~~~~ drivers/gpu/drm/udl/udl_fb.c:183:52: note: each undeclared identifier is reported only once for each function it appears in make[4]: *** [drivers/gpu/drm/udl/udl_fb.o] Error 1 Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel/debug')
0 files changed, 0 insertions, 0 deletions