summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2012-04-16 18:14:10 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-18 15:39:52 -0700
commit97ec448aeadff55234368a89c4a07a7ef290a084 (patch)
tree3ac9dc7b5ee4dd2aedbf150ecc6c4d81605dc767 /lib
parentefb4df82ca97b3c1cadd03bb98bce7a7e206fa63 (diff)
downloadop-kernel-dev-97ec448aeadff55234368a89c4a07a7ef290a084.zip
op-kernel-dev-97ec448aeadff55234368a89c4a07a7ef290a084.tar.gz
drivers/base/bus.c: local variables should not be exposed globally
The variable 'system_kset' is only referenced in this file and should be marked static to prevent it from being exposed globally. This quiets the sparse waring: warning: symbol 'system_kset' was not declared. Should it be static? Also, remove the comment since drivers/base/sys.c has now been deleted. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud