[PATCH 1/8] pcmcia: drivers/pcmcia: Make static
Greg Kroah-Hartman
gregkh at suse.de
Tue Sep 15 15:13:36 EDT 2009
From: Roel Kluin <roel.kluin at gmail.com>
Sparse asked whether these could be static.
Signed-off-by: Roel Kluin <roel.kluin at gmail.com>
Signed-off-by: Wolfram Sang <w.sang at pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
drivers/pcmcia/pcmcia_ioctl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/pcmcia/pcmcia_ioctl.c b/drivers/pcmcia/pcmcia_ioctl.c
index 6095f8d..7b424e0 100644
--- a/drivers/pcmcia/pcmcia_ioctl.c
+++ b/drivers/pcmcia/pcmcia_ioctl.c
@@ -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)
{
--
1.6.4.2
More information about the linux-pcmcia
mailing list