Skip to content

Commit

Permalink
isci: uplevel request infrastructure
Browse files Browse the repository at this point in the history
* Consolidate tiny header files
* Move files out of core/ (drop core/scic_sds_ prefix)
* Merge core/scic_sds_request.[ch] into request.[ch]
* Cleanup request.c namespace (clean forward declarations and global
  namespace pollution)

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent 3bff9d5 commit f1f52e7
Show file tree
Hide file tree
Showing 27 changed files with 2,748 additions and 3,752 deletions.
8 changes: 3 additions & 5 deletions drivers/scsi/isci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ isci-objs := init.o phy.o request.o sata.o \
remote_node_context.o \
remote_node_table.o \
unsolicited_frame_control.o \
core/scic_sds_request.o \
core/scic_sds_stp_request.o \
stp_request.o \
ssp_request.o \
smp_request.o \
core/scic_sds_port.o \
core/scic_sds_port_configuration_agent.o \
core/scic_sds_phy.o \
core/scic_sds_ssp_request.o \
core/scic_sds_smp_request.o \
core/sci_util.o
86 changes: 0 additions & 86 deletions drivers/scsi/isci/core/sci_util.c

This file was deleted.

97 changes: 0 additions & 97 deletions drivers/scsi/isci/core/sci_util.h

This file was deleted.

Loading

0 comments on commit f1f52e7

Please sign in to comment.