浏览代码

pcmcia: remove pxa2xx_lubbock build warning

Init section confusion.  There will likely be some other similar
issues, introduced by I'm-not-sure-what-patch.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
David Brownell 17 年之前
父节点
当前提交
7bbaac12a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/pcmcia/pxa2xx_lubbock.c

+ 1 - 1
drivers/pcmcia/pxa2xx_lubbock.c

@@ -213,7 +213,7 @@ static struct pcmcia_low_level lubbock_pcmcia_ops = {
 
 
 #include "pxa2xx_base.h"
 #include "pxa2xx_base.h"
 
 
-int __init pcmcia_lubbock_init(struct sa1111_dev *sadev)
+int pcmcia_lubbock_init(struct sa1111_dev *sadev)
 {
 {
 	int ret = -ENODEV;
 	int ret = -ENODEV;