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)
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>

No differences found