aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-10-06 15:01:11 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-10-06 15:01:11 -0700
commitb954cbcb1a121ad23892a006af5a9616d5265512 (patch)
treef22457387fd0f51c7fe7fbacad1563184a525db7 /drivers
parentMerge master.kernel.org:/home/rmk/linux-2.6-arm (diff)
parent[MFD] Fix gcc4 build errors in ucb1x00-core.c (diff)
downloadlinux-dev-b954cbcb1a121ad23892a006af5a9616d5265512.tar.xz
linux-dev-b954cbcb1a121ad23892a006af5a9616d5265512.zip
Merge master.kernel.org:/home/rmk/linux-2.6-ucb
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/ucb1x00-core.c2
-rw-r--r--drivers/mfd/ucb1x00.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mfd/ucb1x00-core.c b/drivers/mfd/ucb1x00-core.c
index 10f6ce1bc0ab..612564ac6f7b 100644
--- a/drivers/mfd/ucb1x00-core.c
+++ b/drivers/mfd/ucb1x00-core.c
@@ -642,8 +642,6 @@ static void __exit ucb1x00_exit(void)
module_init(ucb1x00_init);
module_exit(ucb1x00_exit);
-EXPORT_SYMBOL(ucb1x00_class);
-
EXPORT_SYMBOL(ucb1x00_io_set_dir);
EXPORT_SYMBOL(ucb1x00_io_write);
EXPORT_SYMBOL(ucb1x00_io_read);
diff --git a/drivers/mfd/ucb1x00.h b/drivers/mfd/ucb1x00.h
index 6b632644f59a..9c9a647d8b7b 100644
--- a/drivers/mfd/ucb1x00.h
+++ b/drivers/mfd/ucb1x00.h
@@ -106,8 +106,6 @@ struct ucb1x00_irq {
void (*fn)(int, void *);
};
-extern struct class ucb1x00_class;
-
struct ucb1x00 {
spinlock_t lock;
struct mcp *mcp;