From d746cb55b036da18f8cdcf76c9604d8e74315827 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 1 Aug 2014 10:29:30 +0200 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed