From: Valentina Manea Date: Mon, 7 Oct 2013 20:12:14 +0000 (+0300) Subject: Staging: crystalhd: Fix sparse warnings regarding static functions X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~425 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=038d3f882926bf49562e5f119957fd81015a9390;p=pandora-kernel.git Staging: crystalhd: Fix sparse warnings regarding static functions This fixes the following sparse warnings: * drivers/staging/crystalhd/crystalhd_lnx.c:78:29: warning: symbol 'chd_dec_alloc_iodata' was not declared. Should it be static? * drivers/staging/crystalhd/crystalhd_lnx.c:99:6: warning: symbol 'chd_dec_free_iodata' was not declared. Should it be static? * drivers/staging/crystalhd/crystalhd_lnx.c:630:5: warning: symbol 'chd_dec_pci_suspend' was not declared. Should it be static? * drivers/staging/crystalhd/crystalhd_lnx.c:664:5: warning: symbol 'chd_dec_pci_resume' was not declared. Should it be static? Signed-off-by: Valentina Manea Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed