All of lore.kernel.org
 help / color / mirror / Atom feed
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/8] sound: kirkwood: remove useless <plat/audio.h> include
Date: Tue, 28 Aug 2012 20:59:02 +0200	[thread overview]
Message-ID: <1346180349-25123-2-git-send-email-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <1346180349-25123-1-git-send-email-thomas.petazzoni@free-electrons.com>

kirkwood-openrd.c and kirkwood-t5325.c are not using the platform_data
structure defined in <plat/audio.h>, so there's no point in including
this header file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 sound/soc/kirkwood/kirkwood-openrd.c |    1 -
 sound/soc/kirkwood/kirkwood-t5325.c  |    1 -
 2 files changed, 2 deletions(-)

diff --git a/sound/soc/kirkwood/kirkwood-openrd.c b/sound/soc/kirkwood/kirkwood-openrd.c
index 80bd59c..98a9157 100644
--- a/sound/soc/kirkwood/kirkwood-openrd.c
+++ b/sound/soc/kirkwood/kirkwood-openrd.c
@@ -17,7 +17,6 @@
 #include <linux/slab.h>
 #include <sound/soc.h>
 #include <mach/kirkwood.h>
-#include <plat/audio.h>
 #include <asm/mach-types.h>
 #include "../codecs/cs42l51.h"
 
diff --git a/sound/soc/kirkwood/kirkwood-t5325.c b/sound/soc/kirkwood/kirkwood-t5325.c
index f898363..5213ee9 100644
--- a/sound/soc/kirkwood/kirkwood-t5325.c
+++ b/sound/soc/kirkwood/kirkwood-t5325.c
@@ -16,7 +16,6 @@
 #include <linux/slab.h>
 #include <sound/soc.h>
 #include <mach/kirkwood.h>
-#include <plat/audio.h>
 #include <asm/mach-types.h>
 #include "../codecs/alc5623.h"
 
-- 
1.7.9.5

  reply	other threads:[~2012-08-28 18:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28 18:59 arm: move plat-orion platform_data headers to the right place Thomas Petazzoni
2012-08-28 18:59 ` Thomas Petazzoni [this message]
2012-08-28 18:59 ` [PATCH 2/8] sound: kirkwood: move <plat/audio.h> to <linux/platform_data/kirkwood-audio.h> Thomas Petazzoni
2012-08-28 18:59 ` [PATCH 3/8] usb: ehci-orion: move <plat/ehci-orion.h> to <linux/platform_data/ehci-orion.h> Thomas Petazzoni
2012-08-28 18:59 ` [PATCH 4/8] mmc: mvsdio: move <plat/mvsdio.h> to <linux/platform_data/mvsdio.h> Thomas Petazzoni
2012-08-28 18:59 ` [PATCH 5/8] dma: mv_xor: move <plat/mv_xor.h> to <linux/platform_data/mv_xor.h> Thomas Petazzoni
2012-08-28 18:59 ` [PATCH 6/8] mtd: orion_nand: move <plat/orion_nand.h> to <linux/platform_data/orion_nand.h> Thomas Petazzoni
2012-08-28 18:59 ` [PATCH 7/8] i2c: mv643xx: move <linux/mv643xx_i2c.h> to <linux/platform_data/mv643xx_i2c.h> Thomas Petazzoni
2012-08-28 18:59 ` [PATCH 8/8] net: mv643xx_eth: move <linux/mv643xx_eth.h> to <linux/platform_data/mv643xx_eth.h> Thomas Petazzoni
2012-08-28 20:11 ` arm: move plat-orion platform_data headers to the right place Andrew Lunn
2012-08-28 20:25   ` Jason Cooper
2012-08-28 21:15     ` Jason Cooper
2012-08-28 21:57       ` Thomas Petazzoni
2012-08-29  0:02 ` 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=1346180349-25123-2-git-send-email-thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.