Re: [PATCH] lockdep: Add missing declaration of 'pr_cont()'

2017-11-13 Thread alexander . levin
On Tue, Nov 07, 2017 at 05:10:07PM +0100, Alexander Sverdlin wrote: >Hello! > >On Tue NovĀ  7 03:24:20 2017 Mengting Zhang wrote: >> An annoying compile warning due to missing declaration is shown below: >> In file included from lockdep.c:27:0: >> ../../../kernel/locking/lockdep.c: In function >>

Re: [PATCH] lockdep: Add missing declaration of 'pr_cont()'

2017-11-07 Thread Alexander Sverdlin
Hello! On Tue NovĀ  7 03:24:20 2017 Mengting Zhang wrote: > An annoying compile warning due to missing declaration is shown below: > In file included from lockdep.c:27:0: > ../../../kernel/locking/lockdep.c: In function > 'print_unlock_imbalance_bug' : ../../../kernel/locking/lockdep.c:3544:2: >

[PATCH] lockdep: Add missing declaration of 'pr_cont()'

2017-11-06 Thread Mengting Zhang
An annoying compile warning due to missing declaration is shown below: In file included from lockdep.c:27:0: ../../../kernel/locking/lockdep.c: In function 'print_unlock_imbalance_bug' : ../../../kernel/locking/lockdep.c:3544:2: warning: implicit declaration of function 'pr_cont' [-Wimplicit-funct