From: Ben Dooks Date: Fri, 8 Aug 2008 09:55:41 +0000 (+0100) Subject: s3cmci: fix sparse errors from non-exported functions X-Git-Tag: v2.6.27-rc4~46^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d304400a9a867a7ce545f3ae6d95d92b62570f7;p=pandora-kernel.git s3cmci: fix sparse errors from non-exported functions Fix the following sparse errors by making the functions static and fixing the check for host->base. 598:6: warning: symbol 's3cmci_dma_done_callback' was not declared. Should it be static? 744:6: warning: symbol 's3cmci_dma_setup' was not declared. Should it be static? 1209:20: warning: Using plain integer as NULL pointer Signed-off-by: Ben Dooks Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed