[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK8P3a2Bh_4o9o-jm5ad=T4cFMkJyyQgzP=0ZH6RQEgdnwH5yA@mail.gmail.com>
Date: Wed, 26 Jul 2017 09:01:32 +0200
From: Arnd Bergmann <arnd@...db.de>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>
Cc: Sakari Ailus <sakari.ailus@...ux.intel.com>,
"Rafael J . Wysocki" <rafael.j.wysocki@...el.com>,
Marc Zyngier <marc.zyngier@....com>,
Thomas Gleixner <tglx@...utronix.de>,
Tomasz Nowicki <tomasz.nowicki@...iumnetworks.com>,
Will Deacon <will.deacon@....com>,
Eric Auger <eric.auger@...hat.com>,
Sebastian Frias <sf84@...oste.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux ACPI <linux-acpi@...r.kernel.org>
Subject: Re: [PATCH] device property: export irqchip_fwnode_ops
On Wed, Jul 26, 2017 at 2:13 AM, Rafael J. Wysocki <rjw@...ysocki.net> wrote:
> On Tuesday, July 25, 2017 05:32:31 PM Arnd Bergmann wrote:
>> The newly added irqchip_fwnode_ops structure is not exported, which can
>> lead to link errors:
>>
>> ERROR: "irqchip_fwnode_ops" [drivers/gpio/gpio-xgene-sb.ko] undefined!
>>
>> I checked that all other such symbols that were introduced are
>> exported if they need to be, this is the only missing one.
>>
>> Fixes: db3e50f3234b ("device property: Get rid of struct fwnode_handle type field")
>> Signed-off-by: Arnd Bergmann <arnd@...db.de>
>
> Thanks for the fix.
>
> It is linux-next only at this point, isn't it?
Correct, this is how I decided to send it to you rather than the
irqchip maintainers:
$ git log --oneline --ancestry-path --merges
db3e50f3234b..next/master | tail -n 5
cd8d05edc1ca Merge remote-tracking branch 'idle/next'
db7be21c3bad Merge remote-tracking branch 'pm/linux-next'
e2e9e06e4bb2 Merge branch 'acpi-numa' into linux-next
ed1d633e4584 Merge branches 'pm-tools' and 'pm-sleep' into linux-next
796cbe7125c1 Merge branch 'device-properties' into linux-next
Arnd
Powered by blists - more mailing lists