From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753926AbbLRO2x (ORCPT ); Fri, 18 Dec 2015 09:28:53 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:37390 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933126AbbLROTb (ORCPT ); Fri, 18 Dec 2015 09:19:31 -0500 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 48/69] clocksource/drivers/h8300_timer16: Remove pointless headers Date: Fri, 18 Dec 2015 15:18:01 +0100 Message-Id: <1450448302-27429-48-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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The headers are not needed, remove them. Signed-off-by: Daniel Lezcano --- drivers/clocksource/h8300_timer16.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/clocksource/h8300_timer16.c b/drivers/clocksource/h8300_timer16.c index cdf0d83..1c9dd02 100644 --- a/drivers/clocksource/h8300_timer16.c +++ b/drivers/clocksource/h8300_timer16.c @@ -4,25 +4,15 @@ * Copyright 2015 Yoshinori Sato */ -#include -#include -#include -#include -#include #include #include -#include #include -#include #include #include #include #include #include -#include -#include - #define TSTR 0 #define TSNC 1 #define TMDR 2 -- 1.9.1