From: Andy Shevchenko Date: Fri, 9 Apr 2021 15:34:56 +0000 (+0300) Subject: ata: Replace inclusion of kernel.h by bits.h in the header X-Git-Tag: v5.14-rc1~191^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbc557fa5ff866f46c7e29c790f3a9b64e49ef3f;p=thirdparty%2Flinux.git ata: Replace inclusion of kernel.h by bits.h in the header ata.h uses BIT() macro, hence bits.h must be included. Otherwise there is no need to have kernel.h included, I do not see any direct users of it in ata.h. Hence replace inclusion of kernel.h. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20210409153456.87798-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jens Axboe --- diff --git a/include/linux/ata.h b/include/linux/ata.h index 6e67aded28f8c..1b44f40c7700b 100644 --- a/include/linux/ata.h +++ b/include/linux/ata.h @@ -13,7 +13,7 @@ #ifndef __LINUX_ATA_H__ #define __LINUX_ATA_H__ -#include +#include #include #include #include