Re: [PATCH v6 1/2] iio: frequency: ad9832: remove kernel.h proxy header
From: Jonathan Cameron
Date: Sun Apr 19 2026 - 12:54:09 EST
On Fri, 17 Apr 2026 20:50:05 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Fri, Apr 17, 2026 at 10:16:22AM +0000, Joshua Crofts wrote:
> > Remove kernel.h proxy header and add replacement headers (array_size,
> > dev_printk.h, kstrtox, mod_devicetable, mutex, types, asm/byteorder) to
>
> I guess it's better to add .h to all of them.
> No need to resend for that. Perhaps Jonathan tweaks it.
>
> > maintain atomicity. Moved asm/div64.h header below generic <linux/*>
> > headers. Additionally, add bitops.h for BIT_ULL() macro.
> >
> > Audited using the include-what-you-use tool.
>
Tidied up. The Sashiko stuff disagreed a bit with one or two choices, but
nothing that I think warrants a change to this.
So applied this patch
Thanks,
Jonathan