I spotted another unnecessary include in the ib_mad module. I'd guess that mad.c was used as a starting point for mad_rmpp.c and this include wasn't removed.
Signed-off-by: James Lentini <[EMAIL PROTECTED]> Index: core/mad_rmpp.c =================================================================== --- core/mad_rmpp.c (revision 8826) +++ core/mad_rmpp.c (working copy) @@ -33,8 +33,6 @@ * $Id: mad_rmpp.c 1921 2005-03-02 22:58:44Z sean.hefty $ */ -#include <linux/dma-mapping.h> - #include "mad_priv.h" #include "mad_rmpp.h" _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
