Skip to content

Commit

Permalink
IB/ipath: Remove ipath_layer dead code
Browse files Browse the repository at this point in the history
The ipath_layer.[ch] code was an attempt to provide a single interface
for the ipath verbs and ipath_ether code to use.  As verbs
functionality increased, the layer's functionality became insufficient
and the verbs code broke away to interface directly to the driver.
The failed attempt to get ipath_ether upstream was the final nail in
the coffin and now it sits quietly in a dark kernel.org corner waiting
for someone to notice the smell and send it along to it's final
resting place.  Roland Dreier was that someone -- this patch expands
on his work...

Signed-off-by: Arthur Jones <arthur.jones@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Arthur Jones authored and Roland Dreier committed Jul 21, 2007
1 parent f5b4043 commit bd63104
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 439 deletions.
1 change: 0 additions & 1 deletion drivers/infiniband/hw/ipath/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ib_ipath-y := \
ipath_init_chip.o \
ipath_intr.o \
ipath_keys.o \
ipath_layer.o \
ipath_mad.o \
ipath_mmap.o \
ipath_mr.o \
Expand Down
365 changes: 0 additions & 365 deletions drivers/infiniband/hw/ipath/ipath_layer.c

This file was deleted.

Loading

0 comments on commit bd63104

Please sign in to comment.