On Tue, 30 May 2023 22:45:30 +0300 Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > On Tue, May 30, 2023 at 5:57 PM Jonathan Cameron > <Jonathan.Cameron@xxxxxxxxxx> wrote: > > > > A cleanup in it's own right. > > its ? Pah. English - a language that I can't write in despite it being my native tongue ;) > > > This has the handy side effect of working for ACPI FW as well > > (unlike fwnode_irq_get() which works for ARM64 but not x86 ACPI) > > ... > > > #include <linux/of_address.h> > > > #include <linux/of_platform.h> > > With your commit message I'm wondering why these are still there. Do > we have some OF calls that are optional and do not affect > functionality (in ACPI case)? > >