diff options
author | Qian Cai <cai@lca.pw> | 2019-11-19 11:47:27 +1100 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-11-25 17:09:55 +1100 |
commit | d3c93fa3e9264141a1baf78b1d900a1b7c799cfc (patch) | |
tree | 9a54315c3d38dcb9b20ff667160b427e0a00c291 /arch | |
parent | ffff86fd8df44ef86857c321a477957350b1d166 (diff) | |
download | 96b-common-d3c93fa3e9264141a1baf78b1d900a1b7c799cfc.tar.gz |
mm/ptdump: fix a -Wold-style-declaration warning
The -next commit "mm: add generic ptdump" [1] introduced a GCC
compilation warning,
mm/ptdump.c:123:1: warning: 'static' is not at beginning of declaration
[-Wold-style-declaration]
const static struct mm_walk_ops ptdump_ops = {
^~~~~
[1] http://lkml.kernel.org/r/20191028135910.33253-20-steven.price@arm.com
Link: http://lkml.kernel.org/r/1572895385-29194-1-git-send-email-cai@lca.pw
Signed-off-by: Qian Cai <cai@lca.pw>
Cc: Steven Price <steven.price@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions