]> git.baikalelectronics.ru Git - kernel.git/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)
commitfe44897b9cfa0c78621c6ce992ba58574662f806
tree65ab5c5a4594d0bcfd3d5f9e16ac2fc11c025b5a
parent0bcbe4ba4a48c3a3d99aace0abd26ecaa904f364
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