From: Dan Carpenter Date: Wed, 27 Jun 2012 09:10:06 +0000 (+0300) Subject: isci: make function declaration match implementation X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~38^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67787c330762eb884bf8c169fe942263d55ec162;p=pandora-kernel.git isci: make function declaration match implementation Sparse complains that we redeclare this with a different type, because in the .c file we use an enum and in the .h file we declare the parameter as a u32. Probably it's best to use an enum in both places. Signed-off-by: Dan Carpenter Signed-off-by: Dan Williams --- Reading git-diff-tree failed