linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jassisinghbrar@gmail.com (Jassi Brar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build
Date: Sat, 21 Aug 2010 10:59:44 +0900	[thread overview]
Message-ID: <AANLkTinQL9EOjAhVbwcBsBtsDDwERzXGtS_XRMfPNNyO@mail.gmail.com> (raw)
In-Reply-To: <1282318740-23117-1-git-send-email-broonie@opensource.wolfsonmicro.com>

On Sat, Aug 21, 2010 at 12:38 AM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> The irqs.h usage here got missed in the Samsung platform reorganisation.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> ?arch/arm/mach-s3c64xx/dev-spi.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-s3c64xx/dev-spi.c b/arch/arm/mach-s3c64xx/dev-spi.c
> index a492b98..bfa3ef7 100644
> --- a/arch/arm/mach-s3c64xx/dev-spi.c
> +++ b/arch/arm/mach-s3c64xx/dev-spi.c
> @@ -18,10 +18,10 @@
> ?#include <mach/map.h>
> ?#include <mach/gpio-bank-c.h>
> ?#include <mach/spi-clocks.h>
> +#include <mach/irqs.h>
>
> ?#include <plat/s3c64xx-spi.h>
> ?#include <plat/gpio-cfg.h>
> -#include <plat/irqs.h>
>
> ?static char *spi_src_clks[] = {
> ? ? ? ?[S3C64XX_SPI_SRCCLK_PCLK] = "pclk",

If it's not already in some tree,

Acked-by: Jassi Brar <jassisinghbrar@gmail.com>

  parent reply	other threads:[~2010-08-21  1:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-20 15:38 [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Mark Brown
2010-08-20 15:39 ` [PATCH 2/2] ARM: S3C64XX: Prototype SPI devices Mark Brown
2010-08-21  1:59 ` Jassi Brar [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-09-08 10:25 [PATCH 1/2] ARM: S3C64XX: Fix dev-spi build Mark Brown
2010-09-08 11:52 ` Kukjin Kim
2010-09-08 12:12   ` Mark Brown
2010-09-08 12:21     ` Kukjin Kim
2010-09-08 14:17   ` Jassi Brar
2010-09-08 16:01     ` Mark Brown
2010-09-09  1:17       ` Jassi Brar
2010-09-09 11:11       ` Kukjin Kim
2010-09-09 11:34         ` Mark Brown

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=AANLkTinQL9EOjAhVbwcBsBtsDDwERzXGtS_XRMfPNNyO@mail.gmail.com \
    --to=jassisinghbrar@gmail.com \
    --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).