From: Andy Shevchenko Date: Tue, 23 Apr 2024 14:20:25 +0000 (+0300) Subject: xarray: don't use "proxy" headers X-Git-Tag: v6.10-rc1~105^2~98 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0aea4dcd23ca8e3e28b54d81156fdbe017fd595;p=thirdparty%2Flinux.git xarray: don't use "proxy" headers Update header inclusions to follow IWYU (Include What You Use) principle. Link: https://lkml.kernel.org/r/20240423142204.2408923-3-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Cc: Matthew Wilcox (Oracle) Cc: Rasmus Villemoes Signed-off-by: Andrew Morton --- diff --git a/include/linux/xarray.h b/include/linux/xarray.h index d54a1e98b0ca7..d2e4d36246890 100644 --- a/include/linux/xarray.h +++ b/include/linux/xarray.h @@ -12,14 +12,18 @@ #include #include #include +#include #include #include -#include +#include +#include #include #include #include #include +struct list_lru; + /* * The bottom two bits of the entry determine how the XArray interprets * the contents: