All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoc: tegra: Remove unneeded mach-type.h incldues
@ 2013-07-16 16:30 Mark Brown
  2013-07-16 16:55 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2013-07-16 16:30 UTC (permalink / raw)
  To: Stephen Warren, Liam Girdwood; +Cc: alsa-devel, Mark Brown

From: Mark Brown <broonie@linaro.org>

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 sound/soc/tegra/tegra_alc5632.c | 2 --
 sound/soc/tegra/tegra_wm8753.c  | 2 --
 sound/soc/tegra/trimslice.c     | 2 --
 3 files changed, 6 deletions(-)

diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c
index 48d05d9..c61ea3a 100644
--- a/sound/soc/tegra/tegra_alc5632.c
+++ b/sound/soc/tegra/tegra_alc5632.c
@@ -13,8 +13,6 @@
  * published by the Free Software Foundation.
  */
 
-#include <asm/mach-types.h>
-
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
diff --git a/sound/soc/tegra/tegra_wm8753.c b/sound/soc/tegra/tegra_wm8753.c
index f87fc53..8e774d1 100644
--- a/sound/soc/tegra/tegra_wm8753.c
+++ b/sound/soc/tegra/tegra_wm8753.c
@@ -28,8 +28,6 @@
  *
  */
 
-#include <asm/mach-types.h>
-
 #include <linux/module.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
diff --git a/sound/soc/tegra/trimslice.c b/sound/soc/tegra/trimslice.c
index 05c68aa..734bfcd 100644
--- a/sound/soc/tegra/trimslice.c
+++ b/sound/soc/tegra/trimslice.c
@@ -24,8 +24,6 @@
  *
  */
 
-#include <asm/mach-types.h>
-
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/platform_device.h>
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoc: tegra: Remove unneeded mach-type.h incldues
  2013-07-16 16:30 [PATCH] ASoc: tegra: Remove unneeded mach-type.h incldues Mark Brown
@ 2013-07-16 16:55 ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2013-07-16 16:55 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood, Mark Brown

On 07/16/2013 10:30 AM, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>

Acked-by: Stephen Warren <swarren@nvidia.com>

I also tested that this doesn't cause any compile issues for
tegra_defconfig, so also take if you want:

Tested-by: Stephen Warren <swarren@nvidia.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-16 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-16 16:30 [PATCH] ASoc: tegra: Remove unneeded mach-type.h incldues Mark Brown
2013-07-16 16:55 ` Stephen Warren

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.