diff options
| -rw-r--r-- | drivers/pcmcia/au1000_db1x00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/au1000_db1x00.c b/drivers/pcmcia/au1000_db1x00.c index abc13f28ba3f..fef99f4e30c3 100644 --- a/drivers/pcmcia/au1000_db1x00.c +++ b/drivers/pcmcia/au1000_db1x00.c | |||
| @@ -296,7 +296,7 @@ struct pcmcia_low_level db1x00_pcmcia_ops = { | |||
| 296 | .socket_suspend = db1x00_socket_suspend | 296 | .socket_suspend = db1x00_socket_suspend |
| 297 | }; | 297 | }; |
| 298 | 298 | ||
| 299 | int __init au1x_board_init(struct device *dev) | 299 | int au1x_board_init(struct device *dev) |
| 300 | { | 300 | { |
| 301 | int ret = -ENODEV; | 301 | int ret = -ENODEV; |
| 302 | bcsr->pcmcia = 0; /* turn off power, if it's not already off */ | 302 | bcsr->pcmcia = 0; /* turn off power, if it's not already off */ |
