]> Pileus Git - ~andy/linux/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)
commit72d39508e43689b9346dfc956fad5e94a8911886
treef0322bf00a37f32c8aa2c3ad47686b65742b9be4
parentb09628ef56352a77bcf38e314869a8205c21a756
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