1
0
Fork 0

drivers: of: fix build break if asm/dma-contiguous.h is missing

It is not needed to include asm/dma-contiguous.h header to compile
reserved memory initialization code, so remove it to avoid build break
on architectures without CMA support.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
wifi-calibration
Marek Szyprowski 2013-09-10 15:43:40 +02:00
parent 26b0332e30
commit aca0156a9c
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
* License or (at your optional) any later version of the license.
*/
#include <asm/dma-contiguous.h>
#include <linux/memblock.h>
#include <linux/err.h>
#include <linux/of.h>