diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-03-26 21:59:29 -0800 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-04-01 10:17:10 -0500 |
commit | e3e0ca5143d7a78522df30b75bd1acfcf80c2a38 (patch) | |
tree | fb2872e1ce11b67e9a2570b11f3a01c7f8478b3c /drivers/scsi/aic7xxx/aic7xxx.h | |
parent | 9695a25dbff788f26225966c43425e8bae7f06e8 (diff) | |
download | talos-obmc-linux-e3e0ca5143d7a78522df30b75bd1acfcf80c2a38.tar.gz talos-obmc-linux-e3e0ca5143d7a78522df30b75bd1acfcf80c2a38.zip |
[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.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx.h b/drivers/scsi/aic7xxx/aic7xxx.h index 954c7c24501d..e1bd57b9f23d 100644 --- a/drivers/scsi/aic7xxx/aic7xxx.h +++ b/drivers/scsi/aic7xxx/aic7xxx.h @@ -1278,11 +1278,6 @@ typedef enum { AHC_QUEUE_TAGGED } ahc_queue_alg; -void ahc_set_tags(struct ahc_softc *ahc, - struct scsi_cmnd *cmd, - struct ahc_devinfo *devinfo, - ahc_queue_alg alg); - /**************************** Target Mode *************************************/ #ifdef AHC_TARGET_MODE void ahc_send_lstate_events(struct ahc_softc *, |