aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-03-09 00:30:28 -0500
committerDan Williams <dan.j.williams@intel.com>2011-07-03 06:55:29 -0400
commit5409bc3a20b239d1b3919db451ee4f6513e64ed1 (patch)
treebbfd486f600aa278c195a2118eb836c0a6889823
parent1a38045ba88ed3bee6c57444670fb639c8b61be7 (diff)
isci: cleanup debug leftovers in isci.h
Reported-by: James Bottomley <James.Bottomley@suse.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
-rw-r--r--drivers/scsi/isci/isci.h26
1 files changed, 3 insertions, 23 deletions
diff --git a/drivers/scsi/isci/isci.h b/drivers/scsi/isci/isci.h
index 24c67b039d4a..b3f63f1a46cf 100644
--- a/drivers/scsi/isci/isci.h
+++ b/drivers/scsi/isci/isci.h
@@ -53,21 +53,8 @@
53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 53 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 */ 54 */
55 55
56/** 56#ifndef __ISCI_H__
57 * This file contains the isci_module object definition. 57#define __ISCI_H__
58 *
59 * isci.h
60 */
61
62#if !defined(_SCI_MODULE_H_)
63#define _SCI_MODULE_H_
64
65/**
66 * This file contains the SCI low level driver interface to the SCI and Libsas
67 * Libraries.
68 *
69 * isci.h
70 */
71 58
72#include <linux/kernel.h> 59#include <linux/kernel.h>
73#include <linux/list.h> 60#include <linux/list.h>
@@ -136,11 +123,4 @@ enum sci_status isci_parse_user_parameters(
136 int scu_index, 123 int scu_index,
137 struct isci_firmware *fw); 124 struct isci_firmware *fw);
138 125
139#ifdef ISCI_SLAVE_ALLOC 126#endif /* __ISCI_H__ */
140extern int ISCI_SLAVE_ALLOC(struct scsi_device *scsi_dev);
141#endif /* ISCI_SLAVE_ALLOC */
142
143#ifdef ISCI_SLAVE_DESTROY
144extern void ISCI_SLAVE_DESTROY(struct scsi_device *scsi_dev);
145#endif /* ISCI_SLAVE_DESTROY */
146#endif /* !defined(_SCI_MODULE_H_) */