Message ID | CAK9yfHyT_m43DUDb9ObBNEnWNW2xrQRc67THz+BK99wBuM4Gxw@mail.gmail.com |
---|---|
State | Accepted |
Headers | show |
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index c1c695c..9795e8a 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;
linux/hugetlb_cgroup.h was included twice. Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> --- mm/hugetlb.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) -- 1.7.4.1