aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/a3000.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2009-03-04 12:06:08 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 10:17:17 -0500
commit9387edbe6045f0bde88f0f0ace51e0ead8a318fe (patch)
tree7e4db6f1e69a7d3b57d066bc026170d6f4706a8c /drivers/scsi/a3000.h
parente0aae1a53133f0d7833c8f358a0ccc7055fc5b28 (diff)
[SCSI] a3000: make 2 functions static
a3000_{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/a3000.h')
-rw-r--r--drivers/scsi/a3000.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/a3000.h b/drivers/scsi/a3000.h
index 44a4ec7b4650..c7afe16fd6e4 100644
--- a/drivers/scsi/a3000.h
+++ b/drivers/scsi/a3000.h
@@ -11,9 +11,6 @@
#include <linux/types.h>
-int a3000_detect(struct scsi_host_template *);
-int a3000_release(struct Scsi_Host *);
-
#ifndef CMD_PER_LUN
#define CMD_PER_LUN 2
#endif