mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
pcmcia: Fix ide-cs sparse warning
Sparse shows the following warning: CHECK drivers/ide/legacy/ide-cs.c drivers/ide/legacy/ide-cs.c:378:6: warning: symbol 'ide_release' was not declared. Should it be static? Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> CC: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
815224293e
commit
727c6742c2
@ -376,7 +376,7 @@ failed:
|
||||
|
||||
======================================================================*/
|
||||
|
||||
void ide_release(struct pcmcia_device *link)
|
||||
static void ide_release(struct pcmcia_device *link)
|
||||
{
|
||||
ide_info_t *info = link->priv;
|
||||
ide_hwif_t *hwif = info->hwif;
|
||||
|
Loading…
Reference in New Issue
Block a user