tree 647dfb399217c65a74790d52a0b7c3fcbce2849b parent 24239aff4e25cba2d068b2c6b8e739257351c15d author Hal Rosenstock <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:09 -0700 committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:26:09 -0700
[PATCH] IB: remove unneeded includes Eliminate no longer needed include files Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> Signed-off-by: Roland Dreier <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> infiniband/core/mad.c | 3 --- 1 files changed, 3 deletions(-) Index: drivers/infiniband/core/mad.c =================================================================== --- 3c2946978bf4a13687030e11944b1cefb2f5c442/drivers/infiniband/core/mad.c (mode:100644 sha1:9ed7d42b82a7ddc9ca3ad01cd57c85f314e87c36) +++ 647dfb399217c65a74790d52a0b7c3fcbce2849b/drivers/infiniband/core/mad.c (mode:100644 sha1:aceb26f687a8d365f3bbcd5fc8a5e6f5f2cd2ca5) @@ -33,9 +33,6 @@ */ #include <linux/dma-mapping.h> -#include <linux/interrupt.h> - -#include <ib_mad.h> #include "mad_priv.h" #include "smi.h" - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
