]> git.baikalelectronics.ru Git - kernel.git/commit
[MFD] Fix gcc4 build errors in ucb1x00-core.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 6 Oct 2005 12:09:42 +0000 (13:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 6 Oct 2005 12:09:42 +0000 (13:09 +0100)
commit39099520b7d60d221b1028a0d90400f8a198d71f
tree981b569982b0d0cc58db00b066e1f74d4941138a
parent3a58dc6c816464e074aebaa3744235ecc37b7e52
[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 <rmk+kernel@arm.linux.org.uk>
drivers/mfd/ucb1x00-core.c
drivers/mfd/ucb1x00.h