Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Apr 2021 15:34:56 +0000 (18:34 +0300)
committer
Jens Axboe <axboe@kernel.dk>
Mon, 17 May 2021 15:10:20 +0000 (09:10 -0600)
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.