]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/base: dma-coherent.c is a module and needs module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 1 Jul 2011 20:07:32 +0000 (16:07 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:38 +0000 (19:31 -0400)
commit1075129abde44e5c438c77a1af205e77ff5aaeef
treed3ddf28e5b383cc07ecfb54e115dcaca9584e04b
parent47a3b36705e691c8a97575d1714038666836c30b
drivers/base: dma-coherent.c is a module and needs module.h

It was implicitly getting it before, but it will break compiles
once we fix that.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/base/dma-coherent.c