]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/dca: Add module.h to dca-core.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:37:11 +0000 (13:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:39 +0000 (17:31 -0400)
commit10fcaeb0f93a5de115635829b81a627e11062d3f
treef6acab56e2e351125e4ade17d588d85fe5a0b856
parent9ec38325198c3b05e2e78a470d4ffa87ac1996c6
drivers/dca: Add module.h to dca-core.c

This file really needs the full module.h header file present, but
was just getting it implicitly before.  Call it out in advance so
that we don't get future build failures on this.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/dca/dca-core.c