Skip to content

Commit

Permalink
pcmcia: remove pxa2xx_lubbock build warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Brownell authored and Linus Torvalds committed Dec 23, 2007
1 parent f16b34a commit 7bbaac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pcmcia/pxa2xx_lubbock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7bbaac1

Please sign in to comment.