summaryrefslogtreecommitdiffstats
path: root/drivers/fmc
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.im>2014-08-01 10:29:30 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-01 14:39:26 -0700
commitd746cb55b036da18f8cdcf76c9604d8e74315827 (patch)
tree8e4c4fc62096e366ef2cce5967e6368d63f6cd4c /drivers/fmc
parent1496125efd6b5852573d0c7ad5ebc7d60599b1b3 (diff)
downloadlinux-d746cb55b036da18f8cdcf76c9604d8e74315827.tar.bz2
staging: visorchipset: fix sparse warnings about static declaration
Some functions were prototyped as static but the actual definition wasn't. While this is valid (the function is static because the two declarations don't conflict and the first one is static), this makes sparse unhappy and cause confusion of normal people too. Signed-off-by: Vincent Bernat <vincent@bernat.im> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fmc')
0 files changed, 0 insertions, 0 deletions