commit | aca0156a9c4ba47ca021b69d1fd7442aff49a7ab | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Sep 10 15:43:40 2013 +0200 |
committer | Marek Szyprowski <m.szyprowski@samsung.com> | Tue Sep 10 15:43:40 2013 +0200 |
tree | 65ab5c5a4594d0bcfd3d5f9e16ac2fc11c025b5a | |
parent | 26b0332e30c7f93e780aaa054bd84e3437f84354 [diff] |
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>