Commit 5409bc3a authored by Dan Williams's avatar Dan Williams

isci: cleanup debug leftovers in isci.h

Reported-by: default avatarJames Bottomley <James.Bottomley@suse.de>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 1a38045b
...@@ -53,21 +53,8 @@ ...@@ -53,21 +53,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
/** #ifndef __ISCI_H__
* This file contains the isci_module object definition. #define __ISCI_H__
*
* isci.h
*/
#if !defined(_SCI_MODULE_H_)
#define _SCI_MODULE_H_
/**
* This file contains the SCI low level driver interface to the SCI and Libsas
* Libraries.
*
* isci.h
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/list.h> #include <linux/list.h>
...@@ -136,11 +123,4 @@ enum sci_status isci_parse_user_parameters( ...@@ -136,11 +123,4 @@ enum sci_status isci_parse_user_parameters(
int scu_index, int scu_index,
struct isci_firmware *fw); struct isci_firmware *fw);
#ifdef ISCI_SLAVE_ALLOC #endif /* __ISCI_H__ */
extern int ISCI_SLAVE_ALLOC(struct scsi_device *scsi_dev);
#endif /* ISCI_SLAVE_ALLOC */
#ifdef ISCI_SLAVE_DESTROY
extern void ISCI_SLAVE_DESTROY(struct scsi_device *scsi_dev);
#endif /* ISCI_SLAVE_DESTROY */
#endif /* !defined(_SCI_MODULE_H_) */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment