aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/ipath/Makefile
diff options
context:
space:
mode:
authorArthur Jones <arthur.jones@qlogic.com>2007-07-19 11:32:49 -0700
committerRoland Dreier <rolandd@cisco.com>2007-07-20 21:19:43 -0700
commitbd631048116df40837667a72c578b170c906dd30 (patch)
tree35b62c8982a7f1f817e27e8364dbff490baf5aeb /drivers/infiniband/hw/ipath/Makefile
parentf5b404317b79823ec643dfbb71d62f65a48cc178 (diff)
IB/ipath: Remove ipath_layer dead code
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>
Diffstat (limited to 'drivers/infiniband/hw/ipath/Makefile')
-rw-r--r--drivers/infiniband/hw/ipath/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/Makefile b/drivers/infiniband/hw/ipath/Makefile
index ec2e603ea24..fe673882686 100644
--- a/drivers/infiniband/hw/ipath/Makefile
+++ b/drivers/infiniband/hw/ipath/Makefile
@@ -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 \