X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpnp%2Fcard.c;h=e75b060daa955231af4d52a79816fa4824a17d5b;hb=04489eeb02a40bc15029886cef7285ada3ab0de6;hp=b00ef1030e45f964f58aa29148e7b9bb75d05281;hpb=e86b19ce64a25d39bb0e10e0e695213fc5993dfb;p=linux-2.6 diff --git a/drivers/pnp/card.c b/drivers/pnp/card.c index b00ef1030e..e75b060daa 100644 --- a/drivers/pnp/card.c +++ b/drivers/pnp/card.c @@ -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;