Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106250
b: refs/heads/master
c: 25cdcd0
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 26, 2008
1 parent 53a823d commit b5ecf2d
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 96930a6365c99c160138a395566e360b27348b8f
refs/heads/master: 25cdcd0086d97a011fcd0c1ff572e30da24790ec
1 change: 0 additions & 1 deletion trunk/drivers/pnp/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ struct pnp_id *pnp_add_id(struct pnp_dev *dev, char *id);
int pnp_interface_attach_device(struct pnp_dev *dev);

int pnp_add_card(struct pnp_card *card);
struct pnp_id *pnp_add_card_id(struct pnp_card *card, char *id);
void pnp_remove_card(struct pnp_card *card);
int pnp_add_card_device(struct pnp_card *card, struct pnp_dev *dev);
void pnp_remove_card_device(struct pnp_dev *dev);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/pnp/card.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static int card_probe(struct pnp_card *card, struct pnp_card_driver *drv)
* @id: pointer to a pnp_id structure
* @card: pointer to the desired card
*/
struct pnp_id *pnp_add_card_id(struct pnp_card *card, char *id)
static struct pnp_id *pnp_add_card_id(struct pnp_card *card, char *id)
{
struct pnp_id *dev_id, *ptr;

Expand Down

0 comments on commit b5ecf2d

Please sign in to comment.