]> git.baikalelectronics.ru Git - kernel.git/commit
time: Fix stupid KERN_WARN compile issue
authorJohn Stultz <john.stultz@linaro.org>
Wed, 20 Jul 2011 22:42:55 +0000 (15:42 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 20 Jul 2011 22:42:55 +0000 (15:42 -0700)
commitcf967235f0024b5aac20d2f508ea63b8e0e181a4
tree34f0fabff444e5dde2ee2b92d841abb97daf41b1
parenta9bad42e608fa35fcfe3c2ce60badeea0d3f5dde
time: Fix stupid KERN_WARN compile issue

Terribly embarassing. Don't know how I committed this, but its
KERN_WARNING not KERN_WARN.

This fixes the following compile error:
kernel/time/timekeeping.c: In function ‘__timekeeping_inject_sleeptime’:
kernel/time/timekeeping.c:608: error: ‘KERN_WARN’ undeclared (first use in this function)
kernel/time/timekeeping.c:608: error: (Each undeclared identifier is reported only once
kernel/time/timekeeping.c:608: error: for each function it appears in.)
kernel/time/timekeeping.c:608: error: expected ‘)’ before string constant
make[2]: *** [kernel/time/timekeeping.o] Error 1

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/timekeeping.c