[PATCH 2/2] ARM: shmobile: sdhi: remove DMA hardware dependencies
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-05-31 13:58:37
Also in:
linux-sh
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-05-31 13:58:37
Also in:
linux-sh
On Friday 31 May 2013 15:56:45 Arnd Bergmann wrote:
--- a/include/linux/mmc/sh_mobile_sdhi.h +++ b/include/linux/mmc/sh_mobile_sdhi.h@@ -2,6 +2,7 @@ #define LINUX_MMC_SH_MOBILE_SDHI_H #include <linux/types.h> +#include <linux/dmaengine.h> struct platform_device;
This hunk should have been in the first patch. I'll wait for comments before re-sending. Don't apply as-is. Arnd