From patchwork Fri Dec 18 14:17:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58711 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1062907lbb; Fri, 18 Dec 2015 06:31:10 -0800 (PST) X-Received: by 10.67.5.69 with SMTP id ck5mr5572296pad.125.1450449070181; Fri, 18 Dec 2015 06:31:10 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fd2si24328937pab.194.2015.12.18.06.31.09; Fri, 18 Dec 2015 06:31:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753895AbbLRObE (ORCPT + 29 others); Fri, 18 Dec 2015 09:31:04 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:36449 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933121AbbLROTV (ORCPT ); Fri, 18 Dec 2015 09:19:21 -0500 Received: by mail-wm0-f45.google.com with SMTP id p187so65511737wmp.1 for ; Fri, 18 Dec 2015 06:19:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=U2rdU3YJmHFpODv+QeEQIreBVupIQlgwktOQYdSvPAM=; b=HCJ+bS5qJ/48/A8CNvnoy9mHQh9hUnBFrJb7NriUmLX+M5czJ+yGP92Rfzf3Nvy+Ss IqGcJbGYgyb04a4vrQbAlDwJ75uLnvdMIsNarhUyNF45E2Bh3mQGUqB41Smb2QjQaPPG aCDGSi6RwdynksIYCsUEinVSxnAaaNLsvY/S0= 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:in-reply-to :references; bh=U2rdU3YJmHFpODv+QeEQIreBVupIQlgwktOQYdSvPAM=; b=kDe26LbbynrJZMAgpR7bta3p841K/WjRuvfaxDMny03v4KY3dBYpikliNkfeJTdqdD NeqdnfRTwYyq1NQNInyXOmMgK6FD7haf4OA16sIT9I+SN7ktTB+GWN17B2Xint+AUMBx btpiLArbtqjr/wzEzf5gtGHQrR4sx360ay7UgbvR2L3NtcR1YiVaniCB5cqNw+PGYNIn sF9XZRuSVEMC1klAPH9uDrJxtqXb/Ot4dP9wOqKeW2gInk3bFQmYNwQVu2XQIslxtmMm L/mMmgreZ287M1UAA7Hczaz7rTBPfB5eLt8yA+Ay/XySfTmZPtUXTprXQEIeTMAPRtf1 0nIw== X-Gm-Message-State: ALoCoQkP4V3ifUMPtoVrethL7z3joxCxnJ6g1fqq9Ntt86SzEYSLpei8yUVwGKemjL0LHnVRuqlYbIi6/dOEVrvMHs9TzStK7Q== X-Received: by 10.28.1.5 with SMTP id 5mr3359161wmb.61.1450448360501; Fri, 18 Dec 2015 06:19:20 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:20 -0800 (PST) From: Daniel Lezcano To: tglx@linutronix.de Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mingo@kernel.org, Yoshinori Sato , uclinux-h8-devel@lists.sourceforge.jp (moderated list:H8/300 ARCHITECTURE) Subject: [PATCH 40/69] clocksource/drivers/h8300_tpu: Remove pointless headers for TPU Date: Fri, 18 Dec 2015 15:17:53 +0100 Message-Id: <1450448302-27429-40-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> References: <5672CB9E.7090707@linaro.org> <1450448302-27429-1-git-send-email-daniel.lezcano@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Daniel Lezcano --- drivers/clocksource/h8300_tpu.c | 5 ----- 1 file changed, 5 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ diff --git a/drivers/clocksource/h8300_tpu.c b/drivers/clocksource/h8300_tpu.c index 576dae6..c1eef42 100644 --- a/drivers/clocksource/h8300_tpu.c +++ b/drivers/clocksource/h8300_tpu.c @@ -6,14 +6,9 @@ */ #include -#include #include -#include #include -#include -#include #include -#include #include #include #include