Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm: Add moduleparam.h to arch/arm files as required
Things like module_param and core_param come from the header moduleparam.h -- these files were relying on the fact that module.h is implicitly present everywhere and it in turn includes the moduleparam header. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
- Loading branch information