summaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorBaoyou Xie2016-10-08 02:00:55 +0200
committerLinus Torvalds2016-10-08 03:46:29 +0200
commit08ea8c07fb56d6eb8194d8ad408b469544bf2c29 (patch)
tree59ecdc97181fc0b14c335268b390dcad2cbf218b /net/core/sock.c
parentmm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() (diff)
downloadkernel-qcow2-linux-08ea8c07fb56d6eb8194d8ad408b469544bf2c29.tar.gz
kernel-qcow2-linux-08ea8c07fb56d6eb8194d8ad408b469544bf2c29.tar.xz
kernel-qcow2-linux-08ea8c07fb56d6eb8194d8ad408b469544bf2c29.zip
mm: move phys_mem_access_prot_allowed() declaration to pgtable.h
We get 1 warning when building kernel with W=1: drivers/char/mem.c:220:12: warning: no previous prototype for 'phys_mem_access_prot_allowed' [-Wmissing-prototypes] int __weak phys_mem_access_prot_allowed(struct file *file, In fact, its declaration is spreading to several header files in different architecture, but need to be declare in common header file. So this patch moves phys_mem_access_prot_allowed() to pgtable.h. Link: http://lkml.kernel.org/r/1473751597-12139-1-git-send-email-baoyou.xie@linaro.org Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/core/sock.c')
0 files changed, 0 insertions, 0 deletions