forked from Minki/linux
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>
This commit is contained in:
parent
f16b34aa13
commit
7bbaac12a6
@ -213,7 +213,7 @@ static struct pcmcia_low_level lubbock_pcmcia_ops = {
|
||||
|
||||
#include "pxa2xx_base.h"
|
||||
|
||||
int __init pcmcia_lubbock_init(struct sa1111_dev *sadev)
|
||||
int pcmcia_lubbock_init(struct sa1111_dev *sadev)
|
||||
{
|
||||
int ret = -ENODEV;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user