From patchwork Fri Dec 18 14:17:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Lezcano X-Patchwork-Id: 58683 Delivered-To: patch@linaro.org Received: by 10.112.89.199 with SMTP id bq7csp1056234lbb; Fri, 18 Dec 2015 06:19:39 -0800 (PST) X-Received: by 10.98.15.1 with SMTP id x1mr5485453pfi.149.1450448376708; Fri, 18 Dec 2015 06:19:36 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id wv16si15245155pac.158.2015.12.18.06.19.36; Fri, 18 Dec 2015 06:19:36 -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 S964840AbbLROT1 (ORCPT + 29 others); Fri, 18 Dec 2015 09:19:27 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:38064 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964804AbbLROTW (ORCPT ); Fri, 18 Dec 2015 09:19:22 -0500 Received: by mail-wm0-f44.google.com with SMTP id l126so67199421wml.1 for ; Fri, 18 Dec 2015 06:19:22 -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=nXJ4PEvoeVcYbmzzZ6odveOhDv4FaN1LHrsmqNmH7Fw=; b=bAwwm4mrjTnA7bRPzEYdm1+D9EX33/JrXH9sqVB4xmD3OT7F2CvtNJil89dYjRoPzG Txg5ZF0ldINPezVX+0r5R5lAO1eeuKoGbwOHxkg0S2wGE859naVf4SFfv3PfXWNjaLQr V+hQN/pVV7iiPALMZZKUW5B6C8Ckr5rmKmRc8= 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=NWaLwC/do+d7bfwkfJwNINoO1oSXP6uIEd7ezw4iN2NWUaXJkvpOwjhy2Wjz2O18hz LipUMvnzuCqYY7l4VNIo7zVhzrOPjCewhSLPhRkYxLohictJgrg86aUVlHPfORhsJk5j ZYAa+mTpH++sAxOv8TrcSu9GvOu3PxGyiBZSq9SDSnTEtxQ68pEWWbVhl4z9dm1lINuy Tx3OeilfcUWXyNNdFiBwAtLqEOdvT3ZnRRm5FStkbkWtCFQB58EaxCouLZqeFQVmKpGU 7FQvniuhub/snPcXhKoOEpSn/x/T58jn43Lp1wCfqqvkvrHZm+sQUjq4bY23CQtLUuoJ GrSg== X-Gm-Message-State: ALoCoQmmefSzEeL0R0QewfYRceu0ovemW0ynPay86NLT5z3eEdnTNhBkXX+1KEh4wvdpAyzwttTjD6y1JCTqMaO44CR2/8PM/g== X-Received: by 10.194.133.233 with SMTP id pf9mr4352052wjb.71.1450448361790; Fri, 18 Dec 2015 06:19:21 -0800 (PST) Received: from localhost.localdomain ([78.210.255.2]) by smtp.gmail.com with ESMTPSA id ql10sm15010027wjc.23.2015.12.18.06.19.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Dec 2015 06:19:21 -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 41/69] clocksource/drivers/h8300_timer8: Remove unused headers Date: Fri, 18 Dec 2015 15:17:54 +0100 Message-Id: <1450448302-27429-41-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_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