aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/aic7xxx/aic7xxx_core.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-03-26 21:59:29 -0800
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-04-01 10:17:10 -0500
commite3e0ca5143d7a78522df30b75bd1acfcf80c2a38 (patch)
treefb2872e1ce11b67e9a2570b11f3a01c7f8478b3c /drivers/scsi/aic7xxx/aic7xxx_core.c
parent9695a25dbff788f26225966c43425e8bae7f06e8 (diff)
downloadkernel_samsung_smdk4412-e3e0ca5143d7a78522df30b75bd1acfcf80c2a38.zip
kernel_samsung_smdk4412-e3e0ca5143d7a78522df30b75bd1acfcf80c2a38.tar.gz
kernel_samsung_smdk4412-e3e0ca5143d7a78522df30b75bd1acfcf80c2a38.tar.bz2
[SCSI] aic7xxx: make functions static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_core.c')
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
index 50ef785..75733b0 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_core.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_core.c
@@ -2073,7 +2073,7 @@ ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo,
/*
* Update the current state of tagged queuing for a given target.
*/
-void
+static void
ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd,
struct ahc_devinfo *devinfo, ahc_queue_alg alg)
{