[PATCH 16/34] ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-19 08:01:23
Also in:
alsa-devel
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-09-19 08:01:23
Also in:
alsa-devel
On Wednesday 19 September 2012, Mark Brown wrote:
On Mon, Sep 17, 2012 at 02:30:35PM +0000, Arnd Bergmann wrote:quoted
On Monday 17 September 2012, Mark Brown wrote:quoted
On Mon, Sep 17, 2012 at 01:34:45PM +0800, Shawn Guo wrote:quoted
quoted
quoted
#include <linux/platform_data/asoc-imx-ssi.h> -#include <mach/hardware.h>quoted
quoted
This doesn't apply - there's no platform data header for imx-ssi at the minute (and I don't see a patch in this series related to that in the series). I checked -next and there doesn't seem to be anything via a non-ASoC tree either.quoted
It's in my testing/platform-data series, and will be in linux-next in a few days.Hrm, that seems odd - why are we adding platform data to the driver?
We're not adding it, we just rename the header file from mach/imx.h to linux/platform-data/asoc-imx-ssi.h, along with 94 other header files that get moved to the same directory. Arnd