commit | b2f270e8747387335d80428c576118e7d87f69cc | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Oct 17 19:04:41 2017 -0700 |
committer | Jessica Yu <jeyu@kernel.org> | Tue Oct 31 15:30:32 2017 +0100 |
tree | a9e111e7f73c6bcb1480dc94e071a7caf3b6d328 | |
parent | 9ad0457423af877ad1b76c105a57130da028ccad [diff] |
module: Prepare to convert all module_param_call() prototypes After actually converting all module_param_call() function prototypes, we no longer need to do a tricky sizeof(func(thing)) type-check. Remove it. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Jessica Yu <jeyu@kernel.org>