Re: [PATCH] RDMA/ocrdma: Remove version.h includes

2012-05-29 Thread Roland Dreier
thanks! applied -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] RDMA/ocrdma: Remove version.h includes

2012-05-29 Thread Devendra Naga
when ran with make versioncheck the ocrdma_verbs.h ocrdma_main.c includes version.h which are not needed. drivers/infiniband/hw/ocrdma/ocrdma_main.c: 29 linux/version.h not needed. drivers/infiniband/hw/ocrdma/ocrdma_verbs.h: 31 linux/version.h not needed. Signed-off-by: Devendra Naga --- drive