From patchwork Tue Sep 11 09:42:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 11304 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 5B21A23E02 for ; Tue, 11 Sep 2012 09:42:41 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 08F2FA1804C for ; Tue, 11 Sep 2012 09:42:40 +0000 (UTC) Received: by ieak11 with SMTP id k11so518993iea.11 for ; Tue, 11 Sep 2012 02:42:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=Og7/8B+JKV5Y5xixzX03+f38P3PBNkZSL5WDejtFpgk=; b=BPrS70vYkktIR5V0tWKry8fDiBplaGenxuN3eAP5uwe95/LBNi0XbIp2SJPSQJYy3M DeQc0umuTGZrfmAd9m/FkUsoXndzPkfDWgq3ZwyY4hp26p+D36iZVjlssSfgI8ToRjKL Qgmo/KtMO6rNMQUXaT6yhgK9s7oMdKQaKQtyb2xcGsPFlqAIxONzdzXRvbWD1ib+eUyb p6iDzEzibHwCpaTXcVqgP66uVWT3T7d6R5LEwlyQ9cTFwq1FMHFliQgsCwpMOPKntD6B qGopjkjf1Plh2+K+ixkz/fICllqwYJyTlTIezBbwPhYptlgiNUhjDuqmAEunZNhfAexM WbOw== Received: by 10.50.45.162 with SMTP id o2mr16128421igm.0.1347356560502; Tue, 11 Sep 2012 02:42:40 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp4892igc; Tue, 11 Sep 2012 02:42:40 -0700 (PDT) Received: by 10.220.155.3 with SMTP id q3mr24288984vcw.11.1347356559764; Tue, 11 Sep 2012 02:42:39 -0700 (PDT) Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) by mx.google.com with ESMTPS id k15si14947753ves.25.2012.09.11.02.42.39 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 11 Sep 2012 02:42:39 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.212.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.50 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by vbnl22 with SMTP id l22so483482vbn.37 for ; Tue, 11 Sep 2012 02:42:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.164.8 with SMTP id ym8mr2305221veb.39.1347356559440; Tue, 11 Sep 2012 02:42:39 -0700 (PDT) Received: by 10.58.198.169 with HTTP; Tue, 11 Sep 2012 02:42:39 -0700 (PDT) In-Reply-To: <1347351312-25126-1-git-send-email-sachin.kamat@linaro.org> References: <1347351312-25126-1-git-send-email-sachin.kamat@linaro.org> Date: Tue, 11 Sep 2012 15:12:39 +0530 Message-ID: Subject: [PATCH 1/1] mm/hugetlb.c: Remove duplicate inclusion of header file From: Sachin Kamat To: Patch Tracking X-Gm-Message-State: ALoCoQmjGDaRLs2Vdez7ekjx2yphQ3Bk7AlYOu+E0Nwas4TISHCSYFaJnaTpgY2rLURFTVvdS10t linux/hugetlb_cgroup.h was included twice. Cc: Andrew Morton Signed-off-by: Sachin Kamat --- mm/hugetlb.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) -- 1.7.4.1 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 #include #include -#include #include "internal.h" const unsigned long hugetlb_zero = 0, hugetlb_infinity = ~0UL;