pcmcia: drivers/pcmcia: Make static
Sparse asked whether these could be static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1824090496
commit
a0779327d2
@@ -286,7 +286,7 @@ static int pccard_get_status(struct pcmcia_socket *s,
|
|||||||
return 0;
|
return 0;
|
||||||
} /* pccard_get_status */
|
} /* 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,
|
struct pcmcia_device *p_dev,
|
||||||
config_info_t *config)
|
config_info_t *config)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user