Skip to content
Commit a448a285 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c0758146
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment