dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/mfd
Russell King a448a28589 [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>
2005-10-06 13:09:42 +01:00
..
Kconfig [MFD] Add code UCB1200/UCB1300 touchscreen support 2005-09-11 10:26:57 +01:00
Makefile [MFD] Add code UCB1200/UCB1300 assabet platform support 2005-09-11 10:27:23 +01:00
mcp-core.c [MFD] Add multimedia communication port core support 2005-08-18 10:06:59 +01:00
mcp-sa11x0.c [MFD] Add SA11x0 MCP platform device support 2005-08-18 10:10:46 +01:00
mcp.h [MFD] Add multimedia communication port core support 2005-08-18 10:06:59 +01:00
ucb1x00-assabet.c [MFD] Add code UCB1200/UCB1300 assabet platform support 2005-09-11 10:27:23 +01:00
ucb1x00-core.c [MFD] Fix gcc4 build errors in ucb1x00-core.c 2005-10-06 13:09:42 +01:00
ucb1x00-ts.c [MFD] Fix "bious one-bit signed bitfield" errors 2005-09-24 10:24:37 +01:00
ucb1x00.h [MFD] Fix gcc4 build errors in ucb1x00-core.c 2005-10-06 13:09:42 +01:00