From: Shalin Mehta Date: Tue, 17 Sep 2013 07:42:17 +0000 (-0700) Subject: Staging: bcm: PHSModule.c: Matching the function definition with function declaration X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~637 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2be6354487b3ebb12b5a190cd397ef205e7362d;p=pandora-kernel.git Staging: bcm: PHSModule.c: Matching the function definition with function declaration The function implementations of the PHSModule didn't match with the declaration. The functions are static in the declaration but in the implemntation they are non-static Signed-off-by: Shalin Mehta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed