diff options
| author | Roel Kluin <roel.kluin@gmail.com> | 2008-12-09 16:12:50 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 13:17:15 -0400 |
| commit | a0779327d25bc74a50b23136e278dba24c628741 (patch) | |
| tree | e1f94961b7465e8517c9256331b9b7cb5bbbe7f5 | |
| parent | 18240904960a39e582ced8ba8ececb10b8c22dd3 (diff) | |
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>
| -rw-r--r-- | 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 6095f8daecd7..7b424e0b0449 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, | |||
| 286 | return 0; | 286 | return 0; |
| 287 | } /* pccard_get_status */ | 287 | } /* pccard_get_status */ |
| 288 | 288 | ||
| 289 | int pccard_get_configuration_info(struct pcmcia_socket *s, | 289 | static int pccard_get_configuration_info(struct pcmcia_socket *s, |
| 290 | struct pcmcia_device *p_dev, | 290 | struct pcmcia_device *p_dev, |
| 291 | config_info_t *config) | 291 | config_info_t *config) |
| 292 | { | 292 | { |
