Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169127
b: refs/heads/master
c: f397b9c
h: refs/heads/master
i:
  169125: dd8f0de
  169123: a383574
  169119: 2ceb46d
v: v3
  • Loading branch information
Russell King - ARM Linux authored and Dominik Brodowski committed Nov 9, 2009
1 parent 3b31c0c commit 198accc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 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: b62d99b5028b6df1c32b864fd9dd32ad6b42d396
refs/heads/master: f397b9c5dcc30a575973b2e4f0a602fc85b38853
1 change: 0 additions & 1 deletion trunk/drivers/pcmcia/pxa2xx_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ int __pxa2xx_drv_pcmcia_probe(struct device *dev)

skt->nr = ops->first + i;
skt->irq = NO_IRQ;
skt->dev = dev;
skt->ops = ops;
skt->socket.owner = ops->owner;
skt->socket.dev.parent = dev;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/pcmcia/sa11xx_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ int sa11xx_drv_pcmcia_probe(struct device *dev, struct pcmcia_low_level *ops,

skt->nr = first + i;
skt->irq = NO_IRQ;
skt->dev = dev;
skt->ops = ops;
skt->socket.owner = ops->owner;
skt->socket.dev.parent = dev;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/pcmcia/soc_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct soc_pcmcia_socket {
/*
* Info from low level handler
*/
struct device *dev;
unsigned int nr;
unsigned int irq;

Expand Down

0 comments on commit 198accc

Please sign in to comment.