commit | 56d82e000cdfb51aa92241d4682302f78c35cd92 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu May 26 17:53:52 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 09:20:12 2011 -0400 |
tree | db011bf38930f2d0d0fa8a8f43e223fd03e25fad | |
parent | 9984de1a5a8a96275fcab818f7419af5a3c86e71 [diff] |
kernel: Add <linux/module.h> to files using it implicitly These files are doing things like module_put and try_module_get so they need to call out the module.h for explicit inclusion, rather than getting it via <linux/device.h> which we ideally want to remove the module.h inclusion from. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>