Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254359
b: refs/heads/master
c: 5409bc3
h: refs/heads/master
i:
  254357: 55a69f6
  254355: d7f1bfe
  254351: 0f2eba0
v: v3
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent 21e6af3 commit 4781a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a38045ba88ed3bee6c57444670fb639c8b61be7
refs/heads/master: 5409bc3a20b239d1b3919db451ee4f6513e64ed1
26 changes: 3 additions & 23 deletions trunk/drivers/scsi/isci/isci.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/**
* This file contains the isci_module object definition.
*
* 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
*/
#ifndef __ISCI_H__
#define __ISCI_H__

#include <linux/kernel.h>
#include <linux/list.h>
Expand Down Expand Up @@ -136,11 +123,4 @@ enum sci_status isci_parse_user_parameters(
int scu_index,
struct isci_firmware *fw);

#ifdef ISCI_SLAVE_ALLOC
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_) */
#endif /* __ISCI_H__ */

0 comments on commit 4781a55

Please sign in to comment.