greybus: es2: comment out unused functions
authorGreg Kroah-Hartman <gregkh@google.com>
Tue, 22 Sep 2015 16:42:52 +0000 (09:42 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 22 Sep 2015 17:56:28 +0000 (10:56 -0700)
commit608f6619a295ce755061a046e967d8e32c2f4f5b
tree6e63835639cff18b186f3b9a09e91e7a7637706d
parent5c8ad599b942a9a027045e69fc76c84f23c0acf0
greybus: es2: comment out unused functions

The Qualcomm kernel builds with -Werror so the existing es2.c driver
breaks the build due to unused static functions.  As we are still
hashing out exactly how to implement this logic at the moment, just
comment out the functions to make the build be clean, no logic changes
happen here at all.

Reported-by: Michael Scott <michael.scott@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/es2.c