* [patch 07/45] make drivers/scsi/aic7xxx/aic79xx_core.:ahd_set_tags() static
@ 2006-10-20 21:48 akpm
2006-10-23 12:00 ` Hannes Reinecke
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2006-10-20 21:48 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi, akpm, bunk
From: Adrian Bunk <bunk@stusta.de>
ahd_set_tags() can now become static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
drivers/scsi/aic7xxx/aic79xx.h | 5 -----
drivers/scsi/aic7xxx/aic79xx_core.c | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff -puN drivers/scsi/aic7xxx/aic79xx.h~make-drivers-scsi-aic7xxx-aic79xx_coreahd_set_tags-static drivers/scsi/aic7xxx/aic79xx.h
--- a/drivers/scsi/aic7xxx/aic79xx.h~make-drivers-scsi-aic7xxx-aic79xx_coreahd_set_tags-static
+++ a/drivers/scsi/aic7xxx/aic79xx.h
@@ -1433,11 +1433,6 @@ typedef enum {
AHD_QUEUE_TAGGED
} ahd_queue_alg;
-void ahd_set_tags(struct ahd_softc *ahd,
- struct scsi_cmnd *cmd,
- struct ahd_devinfo *devinfo,
- ahd_queue_alg alg);
-
/**************************** Target Mode *************************************/
#ifdef AHD_TARGET_MODE
void ahd_send_lstate_events(struct ahd_softc *,
diff -puN drivers/scsi/aic7xxx/aic79xx_core.c~make-drivers-scsi-aic7xxx-aic79xx_coreahd_set_tags-static drivers/scsi/aic7xxx/aic79xx_core.c
--- a/drivers/scsi/aic7xxx/aic79xx_core.c~make-drivers-scsi-aic7xxx-aic79xx_coreahd_set_tags-static
+++ a/drivers/scsi/aic7xxx/aic79xx_core.c
@@ -3274,7 +3274,7 @@ ahd_set_width(struct ahd_softc *ahd, str
/*
* Update the current state of tagged queuing for a given target.
*/
-void
+static void
ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd,
struct ahd_devinfo *devinfo, ahd_queue_alg alg)
{
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 07/45] make drivers/scsi/aic7xxx/aic79xx_core.:ahd_set_tags() static
2006-10-20 21:48 [patch 07/45] make drivers/scsi/aic7xxx/aic79xx_core.:ahd_set_tags() static akpm
@ 2006-10-23 12:00 ` Hannes Reinecke
0 siblings, 0 replies; 2+ messages in thread
From: Hannes Reinecke @ 2006-10-23 12:00 UTC (permalink / raw)
To: akpm; +Cc: James.Bottomley, linux-scsi, bunk
Hi Andrew,
akpm@osdl.org wrote:
> From: Adrian Bunk <bunk@stusta.de>
>
> ahd_set_tags() can now become static.
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
Acked-by: Hannes Reinecke <hare@suse.de>
Cheers,
Hannes
--
Dr. Hannes Reinecke hare@suse.de
SuSE Linux Products GmbH S390 & zSeries
Maxfeldstraße 5 +49 911 74053 688
90409 Nürnberg http://www.suse.de
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-23 12:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-20 21:48 [patch 07/45] make drivers/scsi/aic7xxx/aic79xx_core.:ahd_set_tags() static akpm
2006-10-23 12:00 ` Hannes Reinecke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.