Skip to content
Snippets Groups Projects
Commit 56d82e00 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 9984de1a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment