]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kernel.h: move READ/WRITE definitions to <linux/types.h>
authorIngo Molnar <mingo@kernel.org>
Mon, 24 Mar 2025 10:50:24 +0000 (12:50 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:54:06 +0000 (17:54 -0700)
commit4ef5211ee68113070bd42142f06347866675055e
tree59b874a47ba8d65f944ee51fe666fc929bc1c68c
parent91e53493eeaf0fd74de7d57a162420a067cb84b9
kernel.h: move READ/WRITE definitions to <linux/types.h>

Patch series "kernel.h: Move out a couple of macros and constants".

kernel.h hosts a couple of macros and constants that may be better placed.
Do that.  Also add missing documentation.  No functional changes
intended.

This patch (of 2):

Headers shouldn't be forced to include <linux/kernel.h> just to
gain these simple constants.

Link: https://lkml.kernel.org/r/20250324105228.775784-1-andriy.shevchenko@linux.intel.com
Link: https://lkml.kernel.org/r/20250324105228.775784-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Alexandru Ardelean <aardelean@baylibre.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/kernel.h
include/linux/types.h