kernel.h hosts declarations that can be placed better. Yury Norov (NVIDIA) (3): kernel.h: drop STACK_MAGIC macro kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h tracing: move tracing declarations from kernel.h to a dedicated header
MAINTAINERS | 1 + drivers/gpu/drm/i915/i915_utils.h | 2 + include/linux/kernel.h | 209 +----------------------------- include/linux/moduleparam.h | 2 +- include/linux/sysfs.h | 13 ++ include/linux/tracing.h | 203 +++++++++++++++++++++++++++++ 6 files changed, 221 insertions(+), 209 deletions(-) create mode 100644 include/linux/tracing.h -- 2.43.0
