Skip to content

Commit

Permalink
Merge master.kernel.org:/home/rmk/linux-2.6-ucb
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Oct 6, 2005
2 parents 5cd9a60 + a448a28 commit b954cbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drivers/mfd/ucb1x00-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 0 additions & 2 deletions drivers/mfd/ucb1x00.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ struct ucb1x00_irq {
void (*fn)(int, void *);
};

extern struct class ucb1x00_class;

struct ucb1x00 {
spinlock_t lock;
struct mcp *mcp;
Expand Down

0 comments on commit b954cbc

Please sign in to comment.