diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-02-13 21:44:19 -0500 |
---|---|---|
committer | Suren Baghdasaryan <surenb@google.com> | 2024-02-19 02:58:24 +0000 |
commit | 649bbf20275bdc4a3030bcbae1851bcffe49d945 (patch) | |
tree | 17920b33dc1090fbef0ce9840bab46aaf63574ba | |
parent | 9ba71c9162401c5dad04c525c96f9077fc25041a (diff) |
asm-generic/io.h: Kill vmalloc.h dependency
Needed to avoid a new circular dependency with the memory allocation
profiling series.
Naturally, a whole bunch of files needed to include vmalloc.h that were
previously getting it implicitly.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | include/asm-generic/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-generic/io.h b/include/asm-generic/io.h index bac63e874c7b..c27313414a82 100644 --- a/include/asm-generic/io.h +++ b/include/asm-generic/io.h @@ -991,7 +991,6 @@ static inline void iowrite64_rep(volatile void __iomem *addr, #ifdef __KERNEL__ -#include <linux/vmalloc.h> #define __io_virt(x) ((void __force *)(x)) /* |