diff options
author | Guenter Roeck <[email protected]> | 2019-07-11 20:57:46 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-07-12 11:05:45 -0700 |
commit | 790c73690c2bbecb3f6f8becbdb11ddc9bcff8cc (patch) | |
tree | 51e759678c70d9c0718ac55d11bb33cfce728bcd /arch/x86/mm/pgtable.c | |
parent | b5d1c39f34d1c9bca0c4b9ae2e339fbbe264a9c7 (diff) |
mm/gup.c: mark undo_dev_pagemap as __maybe_unused
Several mips builds generate the following build warning.
mm/gup.c:1788:13: warning: 'undo_dev_pagemap' defined but not used
The function is declared unconditionally but only called from behind
various ifdefs. Mark it __maybe_unused.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: Robin Murphy <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'arch/x86/mm/pgtable.c')
0 files changed, 0 insertions, 0 deletions