projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b862f3b
)
[SCSI] aic79xx: make ahd_done_with_status() static
author
Adrian Bunk
<bunk@stusta.de>
Fri, 30 Jun 2006 09:33:07 +0000
(
02:33
-0700)
committer
James Bottomley
<jejb@mulgrave.il.steeleye.com>
Sun, 9 Jul 2006 14:05:37 +0000
(09:05 -0500)
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>
drivers/scsi/aic7xxx/aic79xx_core.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/aic7xxx/aic79xx_core.c
b/drivers/scsi/aic7xxx/aic79xx_core.c
index a1e8ca758594ab43936efd73f0aa1b43ae46c292..653818d2f80255d824fd3deb79b029af6c54931f 100644
(file)
--- a/
drivers/scsi/aic7xxx/aic79xx_core.c
+++ b/
drivers/scsi/aic7xxx/aic79xx_core.c
@@
-7289,7
+7289,7
@@
ahd_reset_cmds_pending(struct ahd_softc *ahd)
ahd->flags &= ~AHD_UPDATE_PEND_CMDS;
}
-void
+
static
void
ahd_done_with_status(struct ahd_softc *ahd, struct scb *scb, uint32_t status)
{
cam_status ostat;