Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166739
b: refs/heads/master
c: b29cf62
h: refs/heads/master
i:
  166737: e7dacd5
  166735: 1dcda2d
v: v3
  • Loading branch information
Russell King committed Sep 28, 2009
1 parent 0e125bd commit 48922b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f8b7170cdda6645ed4fec4b2d415bf4cebd7839
refs/heads/master: b29cf62c43409fa2f7fbfba4e2ab230a7ac5aff8
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/sa1100_assabet.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static struct pcmcia_low_level assabet_pcmcia_ops = {
.socket_suspend = assabet_pcmcia_socket_suspend,
};

int __init pcmcia_assabet_init(struct device *dev)
int pcmcia_assabet_init(struct device *dev)
{
int ret = -ENODEV;

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pcmcia/sa1100_neponset.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static struct pcmcia_low_level neponset_pcmcia_ops = {
.socket_suspend = sa1111_pcmcia_socket_suspend,
};

int __init pcmcia_neponset_init(struct sa1111_dev *sadev)
int pcmcia_neponset_init(struct sa1111_dev *sadev)
{
int ret = -ENODEV;

Expand Down

0 comments on commit 48922b2

Please sign in to comment.