summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/a2091.h
diff options
context:
space:
mode:
authorAdrian Bunk2009-03-04 21:06:07 +0100
committerJames Bottomley2009-04-03 17:17:31 +0200
commit5880f486ef733dae820724a71e3b91241c7921bd (patch)
treee61b3da19ac5f8012f8d981dc1ebaab34477682b /drivers/scsi/a2091.h
parent[SCSI] a3000: make 2 functions static (diff)
downloadkernel-qcow2-linux-5880f486ef733dae820724a71e3b91241c7921bd.tar.gz
kernel-qcow2-linux-5880f486ef733dae820724a71e3b91241c7921bd.tar.xz
kernel-qcow2-linux-5880f486ef733dae820724a71e3b91241c7921bd.zip
[SCSI] a2091: make 2 functions static
a2091_{detect,release}() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/a2091.h')
-rw-r--r--drivers/scsi/a2091.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/a2091.h b/drivers/scsi/a2091.h
index fe809bc88d73..252528f2672e 100644
--- a/drivers/scsi/a2091.h
+++ b/drivers/scsi/a2091.h
@@ -11,9 +11,6 @@
#include <linux/types.h>
-int a2091_detect(struct scsi_host_template *);
-int a2091_release(struct Scsi_Host *);
-
#ifndef CMD_PER_LUN
#define CMD_PER_LUN 2
#endif