From: Russell King Date: Thu, 6 Oct 2005 12:09:42 +0000 (+0100) Subject: [MFD] Fix gcc4 build errors in ucb1x00-core.c X-Git-Tag: v2.6.14-rc4~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a448a28589a6640736b8af1f2f57616c10bb37d5;p=pandora-kernel.git [MFD] Fix gcc4 build errors in ucb1x00-core.c drivers/mfd/ucb1x00-core.c:555: error: static declaration of 'ucb1x00_class' follows non-static declaration drivers/mfd/ucb1x00.h:109: error: previous declaration of 'ucb1x00_class' was here Since ucb1x00_class isn't used by anything, remove the extern declaration and the symbol export. Signed-off-by: Russell King --- Reading git-diff-tree failed