On Sun 26-08-12 09:34:31, Wei Yongjun wrote: > From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> > > To: linux-mm@xxxxxxxxx, > linux-kernel@xxxxxxxxxxxxxxx > The above parts are not needed. Ideally use git send-email directly. Also make sure you include subsystem maintainer into cc (./scripts/get_maintainer.pl can help you with that). > From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> > > Remove duplicated include. This has been already fixed and waiting in the mmotm tree. > Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx> > --- > mm/hugetlb.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/mm/hugetlb.c b/mm/hugetlb.c > index bc72712..5bf325b 100644 > --- a/mm/hugetlb.c > +++ b/mm/hugetlb.c > @@ -30,7 +30,6 @@ > #include <linux/hugetlb.h> > #include <linux/hugetlb_cgroup.h> > #include <linux/node.h> > -#include <linux/hugetlb_cgroup.h> > #include "internal.h" > > const unsigned long hugetlb_zero = 0, hugetlb_infinity = ~0UL; > > -- > To unsubscribe, send a message with 'unsubscribe linux-mm' in > the body to majordomo@xxxxxxxxx. For more info on Linux MM, > see: http://www.linux-mm.org/ . > Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a> -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>