Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0779327 authored by Roel Kluin's avatar Roel Kluin Committed by Greg Kroah-Hartman
Browse files

pcmcia: drivers/pcmcia: Make static



Sparse asked whether these could be static.

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarWolfram Sang <w.sang@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 18240904
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ static int pccard_get_status(struct pcmcia_socket *s,
	return 0;
} /* pccard_get_status */

int pccard_get_configuration_info(struct pcmcia_socket *s,
static int pccard_get_configuration_info(struct pcmcia_socket *s,
				  struct pcmcia_device *p_dev,
				  config_info_t *config)
{