Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254438
b: refs/heads/master
c: be2f41c
h: refs/heads/master
v: v3
  • Loading branch information
Maciej Patelczyk authored and Dan Williams committed Jul 3, 2011
1 parent 7f4720b commit 23fd8a0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 110 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: 890cae9b8a7defd87feb1ec77a2affd25bd59cce
refs/heads/master: be2f41c611b65353fa3ae0c155cf906b348dc864
2 changes: 0 additions & 2 deletions trunk/drivers/scsi/isci/core/sci_base_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
#ifndef _SCI_BASE_STATE_H_
#define _SCI_BASE_STATE_H_

#include "sci_object.h"

typedef void (*sci_base_state_handler_t)(void);

typedef void (*sci_state_transition_t)(void *base_object);
Expand Down
98 changes: 0 additions & 98 deletions trunk/drivers/scsi/isci/core/sci_object.h

This file was deleted.

9 changes: 3 additions & 6 deletions trunk/drivers/scsi/isci/core/scic_io_request.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ enum sci_status scic_io_request_construct(
* if the remote_device does not support the SSP protocol.
* SCI_FAILURE_INVALID_ASSOCIATION This value is returned if the user did not
* properly set the association between the SCIC IO request and the user's IO
* request. Please refer to the sci_object_set_association() routine for more
* information.
* request.
*/
enum sci_status scic_io_request_construct_basic_ssp(
struct scic_sds_request *scic_io_request);
Expand All @@ -184,8 +183,7 @@ enum sci_status scic_io_request_construct_basic_ssp(
* if the remote_device does not support the STP protocol.
* SCI_FAILURE_INVALID_ASSOCIATION This value is returned if the user did not
* properly set the association between the SCIC IO request and the user's IO
* request. Please refer to the sci_object_set_association() routine for more
* information.
* request.
*/
enum sci_status scic_io_request_construct_basic_sata(
struct scic_sds_request *scic_io_request);
Expand All @@ -206,8 +204,7 @@ enum sci_status scic_io_request_construct_basic_sata(
* if the remote_device does not support the SMP protocol.
* SCI_FAILURE_INVALID_ASSOCIATION This value is returned if the user did not
* properly set the association between the SCIC IO request and the user's IO
* request. Please refer to the sci_object_set_association() routine for more
* information.
* request.
*/
enum sci_status scic_io_request_construct_smp(
struct scic_sds_request *scic_io_request);
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/isci/core/scic_sds_smp_request.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,7 @@ static const struct sci_base_state scic_sds_smp_request_started_substate_table[]
* if the remote_device does not support the SMP protocol.
* SCI_FAILURE_INVALID_ASSOCIATION This value is returned if the user did not
* properly set the association between the SCIC IO request and the user's IO
* request. Please refer to the sci_object_set_association() routine for more
* information.
* request.
*/
enum sci_status scic_io_request_construct_smp(struct scic_sds_request *sci_req)
{
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/isci/isci.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
#include <scsi/libsas.h>
#include <scsi/scsi.h>

#include "core/sci_object.h"
#include "scic_controller.h"
#include "host.h"
#include "timers.h"
Expand Down

0 comments on commit 23fd8a0

Please sign in to comment.