commit | d746cb55b036da18f8cdcf76c9604d8e74315827 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <vincent@bernat.im> | Fri Aug 01 10:29:30 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 01 14:39:26 2014 -0700 |
tree | 8e4c4fc62096e366ef2cce5967e6368d63f6cd4c | |
parent | 1496125efd6b5852573d0c7ad5ebc7d60599b1b3 [diff] |
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>