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>
This commit is contained in:
parent
26b0332e30
commit
aca0156a9c
|
@ -11,8 +11,6 @@
|
||||||
* License or (at your optional) any later version of the license.
|
* License or (at your optional) any later version of the license.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm/dma-contiguous.h>
|
|
||||||
|
|
||||||
#include <linux/memblock.h>
|
#include <linux/memblock.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
|
|
Loading…
Reference in New Issue