]> Pileus Git - ~andy/linux/commit
drivers: of: fix build break if asm/dma-contiguous.h is missing
authorMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 10 Sep 2013 13:43:40 +0000 (15:43 +0200)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Tue, 10 Sep 2013 13:43:40 +0000 (15:43 +0200)
commitaca0156a9c4ba47ca021b69d1fd7442aff49a7ab
tree65ab5c5a4594d0bcfd3d5f9e16ac2fc11c025b5a
parent26b0332e30c7f93e780aaa054bd84e3437f84354
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>
drivers/of/of_reserved_mem.c