aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/a3000.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2009-03-04 15:06:08 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 11:17:17 -0400
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 44a4ec7b465..c7afe16fd6e 100644
--- a/drivers/scsi/a3000.h
+++ b/drivers/scsi/a3000.h
@@ -11,9 +11,6 @@
11 11
12#include <linux/types.h> 12#include <linux/types.h>
13 13
14int a3000_detect(struct scsi_host_template *);
15int a3000_release(struct Scsi_Host *);
16
17#ifndef CMD_PER_LUN 14#ifndef CMD_PER_LUN
18#define CMD_PER_LUN 2 15#define CMD_PER_LUN 2
19#endif 16#endif