]> 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, 6 Oct 2011 17:59:29 +0000 (13:59 -0400)
commit94e7260d8f1f383c6db0785e6c5411930f80e2ea
treebd0d5ab7c3f3dc53b19443bbbcd0738fbc7c716c
parentd659c63369048e73e0a8a0c7fd9c072edc8f7494
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