Skip to content

Commit 690da22

Browse files
Kent Overstreetakpm00
authored andcommitted
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. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Kent Overstreet <[email protected]> Signed-off-by: Suren Baghdasaryan <[email protected]> Reviewed-by: Pasha Tatashin <[email protected]> Tested-by: Kees Cook <[email protected]> Cc: Alexander Viro <[email protected]> Cc: Alex Gaynor <[email protected]> Cc: Alice Ryhl <[email protected]> Cc: Andreas Hindborg <[email protected]> Cc: Benno Lossin <[email protected]> Cc: "Björn Roy Baron" <[email protected]> Cc: Boqun Feng <[email protected]> Cc: Christoph Lameter <[email protected]> Cc: Dennis Zhou <[email protected]> Cc: Gary Guo <[email protected]> Cc: Miguel Ojeda <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Tejun Heo <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Wedson Almeida Filho <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 0069455 commit 690da22

File tree

1 file changed

+0
-1
lines changed
  • include/asm-generic

1 file changed

+0
-1
lines changed

include/asm-generic/io.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,6 @@ static inline void iowrite64_rep(volatile void __iomem *addr,
992992

993993
#ifdef __KERNEL__
994994

995-
#include <linux/vmalloc.h>
996995
#define __io_virt(x) ((void __force *)(x))
997996

998997
/*

0 commit comments

Comments
 (0)