From patchwork Fri May 29 13:12:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 6507531 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 1D9F39F38D for ; Fri, 29 May 2015 13:17:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 55280205B4 for ; Fri, 29 May 2015 13:17:01 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3DB0A206A0 for ; Fri, 29 May 2015 13:16:59 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YyK7n-00064o-W2; Fri, 29 May 2015 13:15:00 +0000 Received: from mail-pa0-f46.google.com ([209.85.220.46]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YyK7g-0005we-Ju for linux-arm-kernel@lists.infradead.org; Fri, 29 May 2015 13:14:54 +0000 Received: by padbw4 with SMTP id bw4so58968605pad.0 for ; Fri, 29 May 2015 06:14:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6D5ZPlC1AVpb9MS7o1CL2NMnp4TBKpVDeDUM3cSjgwY=; b=PSjp6bf4QmM9jsdctEIdiUd/wG2HwU8yeFDxoW/dl5BhM3Qxmm0DE+kD+G6S2RCK56 AzL5/4nbQFdBDoUB+TSzoXUAOy9c4bzGbXpZecKvwV5ue8fgCUYv01yip0fOlUiUhMjP 4sEV5qWSJrkah21azGCvJFd/kmZuOgfVFJLkJsxjX9Yx1aOsUrmWOdKs4h0Wuta1Ng1w UqnvSigK+prS9Zi4WiV98ZgO8HMOTyamPPYgnAmmb3wnCVGDAtSarA43JmaV8DFw5qRN am+eGIIOd4N437ykbC+XOvJovq/3wRoVdQXWhRTwBYZV6+VuyyLRInM0aYg9T+CoxgGj q9xQ== X-Gm-Message-State: ALoCoQk6VWglxaFZEYfFcQ/PZ7qjwuqoMdb6wXftm66+RTMxsOq9087qsjhYE06zZypHegc6lHs0 X-Received: by 10.68.94.129 with SMTP id dc1mr15030170pbb.8.1432905270425; Fri, 29 May 2015 06:14:30 -0700 (PDT) Received: from localhost.localdomain ([104.207.83.5]) by mx.google.com with ESMTPSA id ml6sm5623603pdb.69.2015.05.29.06.14.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 29 May 2015 06:14:29 -0700 (PDT) From: Shawn Guo To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] clocksource: timer-imx-gpt: remove include of Date: Fri, 29 May 2015 21:12:27 +0800 Message-Id: <1432905147-23754-1-git-send-email-shawn.guo@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150529_061452_742006_EBBFDF26 X-CRM114-Status: UNSURE ( 8.20 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Stephen Rothwell , Daniel Lezcano , Shawn Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The include of is not needed at all, and causes build error in powerpc allyesconfig. Remove it. Reported-by: Stephen Rothwell Signed-off-by: Shawn Guo Acked-by: Daniel Lezcano --- drivers/clocksource/timer-imx-gpt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/clocksource/timer-imx-gpt.c b/drivers/clocksource/timer-imx-gpt.c index ec144ce9f880..a98d1104b3fd 100644 --- a/drivers/clocksource/timer-imx-gpt.c +++ b/drivers/clocksource/timer-imx-gpt.c @@ -34,8 +34,6 @@ #include #include -#include - /* * There are 4 versions of the timer hardware on Freescale MXC hardware. * - MX1/MXL