Re: [PATCH 04/14] iio: temperature: ltc2983: make headers conform to IWYU
From: Joshua Crofts
Date: Mon Aug 24 2026 - 04:43:05 EST
On Mon, 24 Aug 2026 11:27:12 +0300
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:
> On Sun, Aug 23, 2026 at 06:52:19PM +0100, Jonathan Cameron wrote:
> > On Sat, 22 Aug 2026 10:02:31 +0200
> > Joshua Crofts <joshua.crofts1@xxxxxxxxx> wrote:
>
> ...
>
> > > +#include <asm/div64.h>
> >
> > I think we normally use linux/math64.h for that one.
>
> Right, the rule of thumb is to prefer linux/*.h over asm/*.h in the C files
> like mere drivers.
>
>
I was working on some driver that had asm/div64.h so it just stuck.
Will replace this.
--
Kind regards,
Joshua Crofts