Staging: bcm: PHSModule.c: Matching the function definition with function declaration
authorShalin Mehta <shalinmehta85@gmail.com>
Tue, 17 Sep 2013 07:42:17 +0000 (00:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Sep 2013 23:25:41 +0000 (16:25 -0700)
commitf2be6354487b3ebb12b5a190cd397ef205e7362d
tree0e5e54858251153d0cfc4e8cb2eba4803a6a0f5c
parent8e344c8847c6d428a9aa0f07213e25212bd7bfef
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 <shalinmehta85@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/PHSModule.c