summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/dnotify_test.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-12-21 21:18:25 +0100
committerVictor Chong <victor.chong@linaro.org>2018-02-21 15:40:49 +0000
commit5b6bf566d7ee3ef6862ace6064e52fa4a1f82c8a (patch)
tree6d4dd122c82d80aa736d8aa21cd0ff3d4c5d3018 /Documentation/filesystems/dnotify_test.c
parent78d437dbb108782b5c805ccbe99da8d4251329fd (diff)
BACKPORT: tee: optee: fix header dependencies
The optee driver includes the header files in an unusual order, with asm/pgtable.h before the linux/*.h headers. For some reason this seems to trigger a build failure: drivers/tee/optee/call.c: In function 'optee_fill_pages_list': include/asm-generic/memory_model.h:64:14: error: implicit declaration of function 'page_to_section'; did you mean '__nr_to_section'? [-Werror=implicit-function-declaration] int __sec = page_to_section(__pg); \ drivers/tee/optee/call.c:494:15: note: in expansion of macro 'page_to_phys' optee_page = page_to_phys(*pages) + Let's just include linux/mm.h, which will then get the other header implicitly. Change-Id: I01a0a0cab15f132c9e0972a6b65bbdb08487fb82 Fixes: 3bb48ba5cd60 ("tee: optee: add page list manipulation functions") Signed-off-by: Arnd Bergmann <arnd@arndb.de> (cherry picked from commit f681e08f671a8e68b085ba66190b8661deab4d85) Signed-off-by: Victor Chong <victor.chong@linaro.org>
Diffstat (limited to 'Documentation/filesystems/dnotify_test.c')
0 files changed, 0 insertions, 0 deletions