From patchwork Mon Nov 9 10:06:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 56209 Delivered-To: patch@linaro.org Received: by 10.112.155.196 with SMTP id vy4csp93047lbb; Mon, 9 Nov 2015 02:13:11 -0800 (PST) X-Received: by 10.68.226.41 with SMTP id rp9mr39098944pbc.55.1447063991099; Mon, 09 Nov 2015 02:13:11 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id tt9si21511315pbc.91.2015.11.09.02.13.10; Mon, 09 Nov 2015 02:13:11 -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 S1752961AbbKIKNI (ORCPT + 28 others); Mon, 9 Nov 2015 05:13:08 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:34613 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752469AbbKIKHS (ORCPT ); Mon, 9 Nov 2015 05:07:18 -0500 Received: by wmnn186 with SMTP id n186so95234016wmn.1 for ; Mon, 09 Nov 2015 02:07:16 -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=nXJ4PEvoeVcYbmzzZ6odveOhDv4FaN1LHrsmqNmH7Fw=; b=0IbzZp6z1DZfOqOZBiZWBl6aOo1n3zgFY2lr7q09zA2z9G+Yqxh1/HwO/wpzxM2OOZ Q1fP+ULVEoNJSwo3/lY1VQZVeU6YSueRBeF/3Dry6OWwMZpC5ppogclTXCa4m6vtPFTh TUHAOcXU6snnE81L1ULftPNGEBGxqbGVlUp1qZWXxHprCauNOrdMT8HmmSDu9/Ojoboa qOx+Ufs51dRuvqkuyt8iOrrqUUr7bZz8rO4Q5fCpM9roZW+eH95vpXGc80PKVZ1y2uEW CmdfISeCU1yYpadKIP5AxbCNH8QLJ7axwGL6K5vbnA+UMnMbizYA8XJvDIf5VMuatxKm v0Vg== 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=nXJ4PEvoeVcYbmzzZ6odveOhDv4FaN1LHrsmqNmH7Fw=; b=NqlMsP0pzVFYIVp5d8fR1kHG/ZXvl46T9xlwsTAE5NGphHBoUIJldGDdVaEWD4jfas zlAk24gZOuFVWBZeNLlTYnuw8FVx7SNaukz6JA4U4uI0xkpX5ffyuN8WaiSV5bAiXB5G vYGFj86oXlBXLRNiTXezdsZv6WXSa4JitzqnjA5JWfkihPTgwbTG5sJUotCGZFdyJQ07 EU9+U6vrr2zF4u+HnU+AtSQ0bQJi9eJMTVC7jBaQkDXT/mEdxu5sNjJkJdLWk04zWUWb YrbgUunELltBYe4qN6MyGFxljC6zVlkql0ijcOwLB6ZEJxBKeGi2puY5cBBGMyNYkLwY L1xQ== X-Gm-Message-State: ALoCoQlu+2JCGOxoXfvxvC2JYGIMxGGJavqFMzsXe42UF80ipF4f6DNcFU6Z0Oz5aPRU+tVslfAz X-Received: by 10.28.145.132 with SMTP id t126mr23465150wmd.31.1447063636605; Mon, 09 Nov 2015 02:07:16 -0800 (PST) Received: from localhost.localdomain (sju31-1-78-210-255-2.fbx.proxad.net. [78.210.255.2]) by smtp.gmail.com with ESMTPSA id t126sm13384201wmd.23.2015.11.09.02.07.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Nov 2015 02:07:16 -0800 (PST) From: Daniel Lezcano To: daniel.lezcano@linaro.org Cc: ysato@users.sourceforge.jp, tglx@linutronix.de, linux-kernel@vger.kernel.org, uclinux-h8-devel@lists.sourceforge.jp (moderated list:H8/300 ARCHITECTURE) Subject: [PATCH 04/15] clocksource/drivers/h8300_timer8: Remove unused headers Date: Mon, 9 Nov 2015 11:06:42 +0100 Message-Id: <1447063614-4662-4-git-send-email-daniel.lezcano@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1447063614-4662-1-git-send-email-daniel.lezcano@linaro.org> References: <1447063614-4662-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_timer8.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_timer8.c b/drivers/clocksource/h8300_timer8.c index 35b0e8f..62a7f8c 100644 --- a/drivers/clocksource/h8300_timer8.c +++ b/drivers/clocksource/h8300_timer8.c @@ -8,21 +8,16 @@ */ #include -#include #include #include #include -#include #include -#include #include #include #include #include #include -#include - #define _8TCR 0 #define _8TCSR 2 #define TCORA 4