diff options
author | Hal Rosenstock <halr@voltaire.com> | 2005-04-16 18:26:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:26:09 -0400 |
commit | dfe7cc7e816224b002f6887b2a82cba677f27344 (patch) | |
tree | 647dfb399217c65a74790d52a0b7c3fcbce2849b /drivers | |
parent | 24239aff4e25cba2d068b2c6b8e739257351c15d (diff) |
[PATCH] IB: remove unneeded includes
Eliminate no longer needed include files
Signed-off-by: Hal Rosenstock <halr@voltaire.com>
Signed-off-by: Roland Dreier <roland@topspin.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/core/mad.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/infiniband/core/mad.c b/drivers/infiniband/core/mad.c index 9ed7d42b82a7..aceb26f687a8 100644 --- a/drivers/infiniband/core/mad.c +++ b/drivers/infiniband/core/mad.c | |||
@@ -33,9 +33,6 @@ | |||
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include <linux/dma-mapping.h> | 35 | #include <linux/dma-mapping.h> |
36 | #include <linux/interrupt.h> | ||
37 | |||
38 | #include <ib_mad.h> | ||
39 | 36 | ||
40 | #include "mad_priv.h" | 37 | #include "mad_priv.h" |
41 | #include "smi.h" | 38 | #include "smi.h" |