summaryrefslogtreecommitdiff
path: root/drivers/scsi/a2091.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2009-03-04 12:06:07 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 10:17:31 -0500
commit5880f486ef733dae820724a71e3b91241c7921bd (patch)
treee61b3da19ac5f8012f8d981dc1ebaab34477682b /drivers/scsi/a2091.h
parent9387edbe6045f0bde88f0f0ace51e0ead8a318fe (diff)
[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