]> 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, 25 Aug 2011 17:55:30 +0000 (13:55 -0400)
commit994366cc61129b88262bbbde3811e876ed8dcd19
treebcc254abefce38ff4f005510b07b9af410d079a5
parentb0e72acc1003d78913dafe6a69ff61d9ea4ddc59
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