Here are some clean up/improvement patches. Mike got rid of dead code and Kaike took a stab at fixing the kobj and cdev complaints. This serious should go before the AIP posting. I'll be posting a v2 of the AIP code soon, and I think I still owe a response on one issue. Coming up, but for now it's just these 3. --- Kaike Wan (2): IB/hfi1: Remove kobj from hfi1_devdata IB/hfi1: Use the ibdev in hfi1_devdata as the parent of cdev Mike Marciniszyn (1): IB/rdmavt: Delete unused routine drivers/infiniband/hw/hfi1/device.c | 23 ++++++++++++----- drivers/infiniband/hw/hfi1/file_ops.c | 9 ++----- drivers/infiniband/hw/hfi1/hfi.h | 3 -- drivers/infiniband/hw/hfi1/init.c | 44 ++++++++++----------------------- drivers/infiniband/sw/rdmavt/vt.c | 6 ----- 5 files changed, 32 insertions(+), 53 deletions(-) -- -Denny