From: root <root@xxxxxxxxxxxxxxxxxxxxxxxxxxx> This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Alan Cox <alan@xxxxxxxxxx> --- drivers/scsi/pata_pcmcia.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) fac48280be51547d8841b24d72c48be5eb434769 diff --git a/drivers/scsi/pata_pcmcia.c b/drivers/scsi/pata_pcmcia.c index b078e64..9f630d7 100644 --- a/drivers/scsi/pata_pcmcia.c +++ b/drivers/scsi/pata_pcmcia.c @@ -294,7 +294,7 @@ out1: * cleanup. Also called on module unload for any active devices. */ -void pcmcia_remove_one(struct pcmcia_device *pdev) +static void pcmcia_remove_one(struct pcmcia_device *pdev) { struct ata_pcmcia_info *info = pdev->priv; struct device *dev = &pdev->dev; -- 1.2.GIT - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html