diff options
| author | Mengting Zhang <[email protected]> | 2017-12-12 18:16:57 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-12-13 10:17:35 +0000 |
| commit | 92ccc262e485781ff4c0fb3b7c77a619282df49a (patch) | |
| tree | 6b0bc1d126fb47cff62909df00a56b4f678f5780 /fs/jbd2/commit.c | |
| parent | checkpatch: Remove ACCESS_ONCE() warning (diff) | |
| download | kernel-92ccc262e485781ff4c0fb3b7c77a619282df49a.tar.gz kernel-92ccc262e485781ff4c0fb3b7c77a619282df49a.zip | |
tools/lib/lockdep: Add missing declaration of 'pr_cont()'
Commit:
681fbec881de ("lockdep: Use consistent printing primitives")
has moved lockdep away from using printk() for printing.
The commit added usage of pr_cont() which wasn't wrapped in the
userspace headers, causing the following warning for the
liblockdep build:
../../../kernel/locking/lockdep.c:3544:2: warning: implicit declaration of function 'pr_cont' [-Wimplicit-function-declaration]
Adding an empty declaration of 'pr_cont' fixes the problem.
Signed-off-by: Mengting Zhang <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
Reviewed-by: Alexander Sverdlin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions
