Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254403
b: refs/heads/master
c: 38aa74e
h: refs/heads/master
i:
  254401: 34a632c
  254399: 7164e59
v: v3
  • Loading branch information
Christoph Hellwig authored and Dan Williams committed Jul 3, 2011
1 parent 80a90be commit f3df2aa
Show file tree
Hide file tree
Showing 16 changed files with 552 additions and 942 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: ca841f0e862bccd61f537b76c94579c1bd391448
refs/heads/master: 38aa74eb704c5886a5ded4085acd5f2895ab3511
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/isci/core/sci_base_remote_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

#include "sci_base_state_machine.h"

struct sci_base_request;
struct scic_sds_request;

/**
* enum sci_base_remote_device_states - This enumeration depicts all the states
Expand Down Expand Up @@ -159,12 +159,12 @@ typedef enum sci_status (*sci_base_remote_device_handler_t)(

typedef enum sci_status (*sci_base_remote_device_request_handler_t)(
struct sci_base_remote_device *,
struct sci_base_request *
struct scic_sds_request *
);

typedef enum sci_status (*sci_base_remote_device_high_priority_request_complete_handler_t)(
struct sci_base_remote_device *,
struct sci_base_request *,
struct scic_sds_request *,
void *,
enum sci_io_status
);
Expand Down
195 changes: 0 additions & 195 deletions trunk/drivers/scsi/isci/core/sci_base_request.h

This file was deleted.

Loading

0 comments on commit f3df2aa

Please sign in to comment.