]> git.baikalelectronics.ru Git - kernel.git/commit
lib/lcm.c: quiet sparse noise
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 26 Jul 2011 00:13:20 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:15 +0000 (20:57 -0700)
commit6dbf4e12aff50e2cce034e42ea5bbb4b8dcc1117
treef0322bf00a37f32c8aa2c3ad47686b65742b9be4
parent45540a85f6cda439a9227df992199c533e715f1b
lib/lcm.c: quiet sparse noise

The symbol 'lcm' is exported to the kernel (EXPORT_SYMBOL_GPL).
Pick up it's definition in <linux/lcm.h> to quiet the sparse noise:

  warning: symbol 'lcm' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/lcm.c