aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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_) */