kernel/numa.c: Move logging out of numa.h
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Dec 2023 18:27:00 +0000 (13:27 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000 (19:26 -0500)
commitd7a73e3f089204aee3393687e23fd45a22657b08
tree63cac9df4842cc5fa13c8255e69ae1b3deb4cd36
parent04bc786d663543512d08f1b86c7bcefb5144afe3
kernel/numa.c: Move logging out of numa.h

Moving these stub functions to a .c file means we can kill a sched.h
dependency on printk.h.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/numa.h
kernel/Makefile
kernel/numa.c [new file with mode: 0644]