提交 b954cbcb 编写于 作者: L Linus Torvalds

Merge master.kernel.org:/home/rmk/linux-2.6-ucb

...@@ -642,8 +642,6 @@ static void __exit ucb1x00_exit(void) ...@@ -642,8 +642,6 @@ static void __exit ucb1x00_exit(void)
module_init(ucb1x00_init); module_init(ucb1x00_init);
module_exit(ucb1x00_exit); module_exit(ucb1x00_exit);
EXPORT_SYMBOL(ucb1x00_class);
EXPORT_SYMBOL(ucb1x00_io_set_dir); EXPORT_SYMBOL(ucb1x00_io_set_dir);
EXPORT_SYMBOL(ucb1x00_io_write); EXPORT_SYMBOL(ucb1x00_io_write);
EXPORT_SYMBOL(ucb1x00_io_read); EXPORT_SYMBOL(ucb1x00_io_read);
......
...@@ -106,8 +106,6 @@ struct ucb1x00_irq { ...@@ -106,8 +106,6 @@ struct ucb1x00_irq {
void (*fn)(int, void *); void (*fn)(int, void *);
}; };
extern struct class ucb1x00_class;
struct ucb1x00 { struct ucb1x00 {
spinlock_t lock; spinlock_t lock;
struct mcp *mcp; struct mcp *mcp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册