Re: [PATCH 04/14] iio: temperature: ltc2983: make headers conform to IWYU
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Sun, Aug 23, 2026 at 06:52:19PM +0100, Jonathan Cameron wrote: > On Sat, 22 Aug 2026 10:02:31 +0200 > Joshua Crofts <[email protected]> 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. -- With Best Regards, Andy Shevchenko