ata: Replace inclusion of kernel.h by bits.h in the header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Apr 2021 15:34:56 +0000 (18:34 +0300)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 May 2021 15:10:20 +0000 (09:10 -0600)
commitdbc557fa5ff866f46c7e29c790f3a9b64e49ef3f
tree893b930ae82c453218cce9b714476ffe258c009a
parentd07f6ca923ea0927a1024dfccafc5b53b61cfecc
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 <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210409153456.87798-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/ata.h