]> 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)
commitf0c2a5d446a7d6986b04944a7428fd124a471b5e
treed3ddf28e5b383cc07ecfb54e115dcaca9584e04b
parent8818c04016655b1c60a1b6cbdda0ab74e01545c5
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