Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] aic79xx: make ahd_done_with_status() static

This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

Adrian Bunk and committed by
James Bottomley
24f6d2fd b862f3b0

+1 -1
+1 -1
drivers/scsi/aic7xxx/aic79xx_core.c
··· 7289 7289 ahd->flags &= ~AHD_UPDATE_PEND_CMDS; 7290 7290 } 7291 7291 7292 - void 7292 + static void 7293 7293 ahd_done_with_status(struct ahd_softc *ahd, struct scb *scb, uint32_t status) 7294 7294 { 7295 7295 cam_status ostat;