From patchwork Sun Nov 8 22:36:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 56168 Delivered-To: patch@linaro.org Received: by 10.112.1.169 with SMTP id 9csp162070lbn; Sun, 8 Nov 2015 14:38:17 -0800 (PST) X-Received: by 10.66.228.33 with SMTP id sf1mr34823086pac.132.1447022296730; Sun, 08 Nov 2015 14:38:16 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ut4si17974669pbc.128.2015.11.08.14.38.16; Sun, 08 Nov 2015 14:38:16 -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.20150623.gappssmtp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751863AbbKHWiN (ORCPT + 28 others); Sun, 8 Nov 2015 17:38:13 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:34450 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbbKHWha (ORCPT ); Sun, 8 Nov 2015 17:37:30 -0500 Received: by wmnn186 with SMTP id n186so84376014wmn.1 for ; Sun, 08 Nov 2015 14:37:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro_org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=U2rdU3YJmHFpODv+QeEQIreBVupIQlgwktOQYdSvPAM=; b=lPZLBzrFTNYkuZwkW8+dZG4yPRKihS8jLeMJZnA/7onr4MBl/GGC0QMuDSCnEtsHzZ AXM0gDMLt1zwn/eouYiWRV4xizK456u26tertCyDFg2S5ap7XpL+X6pKGg5luozGBiQk gOdVU17bWpalGl9ng52CIWRtQ9ScrbomIGLVl7EHMXYIB1UdGOJuOAz6re9Qb9sbBy8h vhE5XBUvSnV1N9qmoWvCkWoLT2/bM19HYkLFiNb3EyFwxD0raHjQVIlhBakS5sEl7sDS IXl+dAixvIGlnwVZsFJFkVjkWRrQjj97hY2oV/WayQ//2a/jIxowyyS8+fEGY3DzUuks 5yJw== 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=EHO+FJQY3teU0LKvH+sBsLbi8W7mbpUPXwd0ktzIlahs5y78l0hZ8Xx2C8unpjx0Kc l8cjJqkXsqCHax20x3Hw0uMga5H3QYJXfRSdETdZ08mh6vNYjVpL2j02VbaLGr9HQBii JfrsSy9wHFHLLzwWhG6dC2q/KewoX9ORX+Xe1h8G+A4QvWWXWi5K8sX5/7K2m1Vp3Ci5 i9i3coFOzl9pL9VuwGvNdll0m4ksztoXfN8oW0+uzIghA4oQ+RCU+rbnDN0oSJpsOJ/s tJ3+GXXbQfv9SINskSLLfnccTQiHGHitC8SscSX+dtSEsYJTNecfgKP85XrwLNH8uJSo jRag== X-Gm-Message-State: ALoCoQmiVPF/Sb670DmFml7ci4E0c8OE67WkmrHewrObYP9FrRAHh3F24OY7IiBRDrCZHrRoygsV X-Received: by 10.28.174.195 with SMTP id x186mr23544033wme.87.1447022249606; Sun, 08 Nov 2015 14:37:29 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id n17sm10912746wmg.17.2015.11.08.14.37.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 08 Nov 2015 14:37:28 -0800 (PST) From: Daniel Lezcano To: daniel.lezcano@linaro.org, ysato@users.sourceforge.jp Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, uclinux-h8-devel@lists.sourceforge.jp (moderated list:H8/300 ARCHITECTURE) Subject: [RFC PATCH 02/10] clocksource/drivers/h8300: Remove pointless headers for TPU Date: Sun, 8 Nov 2015 23:36:31 +0100 Message-Id: <1447022199-4648-2-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1447022199-4648-1-git-send-email-daniel.lezcano@linaro.org> References: <1447022199-4648-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