On Wednesday 19 September 2012, Mark Brown wrote:
On Mon, Sep 17, 2012 at 02:30:35PM +0000, Arnd Bergmann wrote:
On Monday 17 September 2012, Mark Brown wrote:
On Mon, Sep 17, 2012 at 01:34:45PM +0800, Shawn Guo wrote:
#include <linux/platform_data/asoc-imx-ssi.h> -#include <mach/hardware.h>
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.
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