[PATCH] IB/ipath: namespace cleanup: replace ips with ipath
authorBryan O'Sullivan <[email protected]>
Sat, 1 Jul 2006 11:36:17 +0000 (04:36 -0700)
committerLinus Torvalds <[email protected]>
Sat, 1 Jul 2006 16:56:02 +0000 (09:56 -0700)
commit27b678dd04a636f2c351816f4b3042c8815d4e9d
tree08b409db5d54bab50e1616b1bf65479b0751de5b
parent357b552ff3d82a2e6b97c63c6394f748cb217cf8
[PATCH] IB/ipath: namespace cleanup: replace ips with ipath

Remove ips namespace from infinipath drivers.  This renames ips_common.h to
ipath_common.h.  Definitions, data structures, etc.  that were not used by
kernel modules have moved to user-only headers.  All names including ips have
been renamed to ipath.  Some names have had an ipath prefix added.

Signed-off-by: Christian Bell <[email protected]>
Signed-off-by: Bryan O'Sullivan <[email protected]>
Cc: "Michael S. Tsirkin" <[email protected]>
Cc: Roland Dreier <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
16 files changed:
drivers/infiniband/hw/ipath/ipath_common.h
drivers/infiniband/hw/ipath/ipath_diag.c
drivers/infiniband/hw/ipath/ipath_driver.c
drivers/infiniband/hw/ipath/ipath_file_ops.c
drivers/infiniband/hw/ipath/ipath_init_chip.c
drivers/infiniband/hw/ipath/ipath_intr.c
drivers/infiniband/hw/ipath/ipath_layer.c
drivers/infiniband/hw/ipath/ipath_mad.c
drivers/infiniband/hw/ipath/ipath_qp.c
drivers/infiniband/hw/ipath/ipath_rc.c
drivers/infiniband/hw/ipath/ipath_ruc.c
drivers/infiniband/hw/ipath/ipath_sysfs.c
drivers/infiniband/hw/ipath/ipath_uc.c
drivers/infiniband/hw/ipath/ipath_ud.c
drivers/infiniband/hw/ipath/ipath_verbs.c
drivers/infiniband/hw/ipath/ips_common.h [deleted file]