linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] S3C64XX: Staticise audio platform data
Date: Thu, 21 Jan 2010 01:45:30 +0000	[thread overview]
Message-ID: <20100121014530.GY10014@trinity.fluff.org> (raw)
In-Reply-To: <1263992765-28479-1-git-send-email-broonie@opensource.wolfsonmicro.com>

On Wed, Jan 20, 2010 at 01:06:04PM +0000, Mark Brown wrote:
> It's not exported.

applied these all to next-samsung-s3c64xx2, will merge into next-samsung

next time, please add ARM: to the prefix, it would save time when applying
to the tree.
 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  arch/arm/plat-s3c64xx/dev-audio.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/plat-s3c64xx/dev-audio.c b/arch/arm/plat-s3c64xx/dev-audio.c
> index 5b89344..f6b7bfb 100644
> --- a/arch/arm/plat-s3c64xx/dev-audio.c
> +++ b/arch/arm/plat-s3c64xx/dev-audio.c
> @@ -80,7 +80,7 @@ static struct resource s3c64xx_iis0_resource[] = {
>  	},
>  };
>  
> -struct s3c_audio_pdata s3c_i2s0_pdata = {
> +static struct s3c_audio_pdata s3c_i2s0_pdata = {
>  	.cfg_gpio = s3c64xx_i2sv3_cfg_gpio,
>  };
>  
> @@ -113,7 +113,7 @@ static struct resource s3c64xx_iis1_resource[] = {
>  	},
>  };
>  
> -struct s3c_audio_pdata s3c_i2s1_pdata = {
> +static struct s3c_audio_pdata s3c_i2s1_pdata = {
>  	.cfg_gpio = s3c64xx_i2sv3_cfg_gpio,
>  };
>  
> @@ -146,7 +146,7 @@ static struct resource s3c64xx_iisv4_resource[] = {
>  	},
>  };
>  
> -struct s3c_audio_pdata s3c_i2sv4_pdata = {
> +static struct s3c_audio_pdata s3c_i2sv4_pdata = {
>  	.cfg_gpio = s3c64xx_i2sv4_cfg_gpio,
>  };
>  
> -- 
> 1.6.6
> 

-- 
-- 
Ben

Q:      What's a light-year?
A:      One-third less calories than a regular year.

  parent reply	other threads:[~2010-01-21  1:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-20 13:06 [PATCH 1/2] S3C64XX: Staticise audio platform data Mark Brown
2010-01-20 13:06 ` [PATCH 2/2] SAMSUNG: Staticise gpiolib implementation functions Mark Brown
2010-01-21  1:45 ` Ben Dooks [this message]
2010-01-21 10:11   ` [PATCH 1/2] S3C64XX: Staticise audio platform data 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=20100121014530.GY10014@trinity.fluff.org \
    --to=ben-linux@fluff.org \
    --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).