]> git.baikalelectronics.ru Git - kernel.git/commit
kernel: Add <linux/module.h> to files using it implicitly
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 21:53:52 +0000 (17:53 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 13:20:12 +0000 (09:20 -0400)
commit62d9292eccfd06e41ee4b9b1cd321f2f73c8593e
treedb011bf38930f2d0d0fa8a8f43e223fd03e25fad
parentbfb629c88b2c0f4961c9bdb694559eb9e9b9cc9d
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>
kernel/trace/ftrace.c
kernel/trace/trace_syscalls.c