Commit b5739b60 authored by Edmund Nadolski's avatar Edmund Nadolski Committed by Dan Williams
Browse files

isci: kill sci_types.h



Signed-off-by: default avatarEdmund Nadolski <edmund.nadolski@intel.com>
[rebased after killing SCI_IO_REQUEST_DATA_DIRECTION]
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 82d29928
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
 */


#include "sci_types.h"
#include "sci_memory_descriptor_list.h"


+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@
#ifndef _SCI_BASE_STATE_MACHINE_H_
#define _SCI_BASE_STATE_MACHINE_H_

#include <linux/string.h>

/**
 * This file contains all structures, constants, or method declarations common
 *    to all state machines defined in SCI.
+0 −2
Original line number Diff line number Diff line
@@ -64,8 +64,6 @@
 */


#include "sci_types.h"

struct sci_base_memory_descriptor_list;
struct scic_sds_controller;

+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@
 */


#include "sci_types.h"

struct sci_base_memory_descriptor_list;

+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@
 */


#include "sci_types.h"
#include "sci_status.h"

/**
Loading