Message ID | 20121003163102.GB4840@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Oct 03, 2012 at 09:31:02AM -0700, Tony Lindgren wrote: > Actually we can also drop "#include <mach/hardware.h>" too, > it's now empty for mach-omap2. I've updated Tim's patch below > for you guys to queue via the ASoC fixes. It's against the > current linux next. Applied. Tim, you should send patches using subject lines appropriate for the subsystem you're submitting against *especially* if the patch is to be deferred for some future time as it makes it harder to search for the patch. If your changelog looks different to the other changelogs for the thing you're patching that should be a warning.
diff --git a/sound/soc/omap/zoom2.c b/sound/soc/omap/zoom2.c index 677b567..1ff6bb9 100644 --- a/sound/soc/omap/zoom2.c +++ b/sound/soc/omap/zoom2.c @@ -21,15 +21,14 @@ #include <linux/clk.h> #include <linux/platform_device.h> +#include <linux/gpio.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/soc.h> #include <asm/mach-types.h> -#include <mach/hardware.h> -#include <mach/gpio.h> -#include <mach/board-zoom.h> #include <linux/platform_data/asoc-ti-mcbsp.h> +#include <linux/platform_data/gpio-omap.h> /* Register descriptions for twl4030 codec part */ #include <linux/mfd/twl4030-audio.h>