Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aca0156a authored by Marek Szyprowski's avatar Marek Szyprowski
Browse files

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: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Tested-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 26b0332e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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>