]> git.kernelconcepts.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>
Mon, 31 Oct 2011 23:31:38 +0000 (19:31 -0400)
commit08a999ce69c17802d92ad760faa21ce112968172
treed3ddf28e5b383cc07ecfb54e115dcaca9584e04b
parent1b6bc32f0a7380102499deb6aa99a59e789efb33
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