From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: orion5x: drop unused include from common.c
Date: Mon, 4 Nov 2013 11:35:48 +0100 [thread overview]
Message-ID: <20131104103548.GD6051@lunn.ch> (raw)
In-Reply-To: <1383557043-18891-1-git-send-email-u.kleine-koenig@pengutronix.de>
On Mon, Nov 04, 2013 at 10:24:03AM +0100, Uwe Kleine-K?nig wrote:
> asm/times.h only defines CLOCK_TICK_RATE, cycles_t and get_cycles. All
> three are not used in this file.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
> arch/arm/mach-orion5x/common.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
> index 91a5852..afa6b08 100644
> --- a/arch/arm/mach-orion5x/common.c
> +++ b/arch/arm/mach-orion5x/common.c
> @@ -24,7 +24,6 @@
> #include <asm/page.h>
> #include <asm/setup.h>
> #include <asm/system_misc.h>
> -#include <asm/timex.h>
> #include <asm/mach/arch.h>
> #include <asm/mach/map.h>
> #include <asm/mach/time.h>
> --
> 1.8.4.rc3
Hi Uwe
I build tested this patch.
Acked-by: Andrew Lunn <andrew@lunn.ch>
Andrew
next prev parent reply other threads:[~2013-11-04 10:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 9:24 [PATCH] ARM: orion5x: drop unused include from common.c Uwe Kleine-König
2013-11-04 10:35 ` Andrew Lunn [this message]
2013-11-24 3:05 ` Jason Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131104103548.GD6051@lunn.ch \
--to=andrew@lunn.ch \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).