]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 11 Aug 2011 21:31:36 +0000 (17:31 -0400)
commit9e5165797599636dc4aed5da8a04b8cb5d67cbd4
tree0a431cc749d89f85c56664a081de11affa5545bc
parent8640024674f3e352ea8a2787e413cbd584ad0058
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