[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20191213121042.79ff3f0f@canb.auug.org.au>
Date: Fri, 13 Dec 2019 12:10:42 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Greg KH <greg@...ah.com>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>
Subject: linux-next: build warning after merge of the staging tree
Hi all,
After merging the staging tree, today's linux-next build (x86_64
allmodconfig) produced this warning:
WARNING: drivers/isdn/capi/kernelcapi.o(.text+0x204b): Section mismatch in reference from the function kcapi_exit() to the function .exit.text:kcapi_proc_exit()
The function kcapi_exit() references a function in an exit section.
Often the function kcapi_proc_exit() has valid usage outside the exit section
and the fix is to remove the __exit annotation of kcapi_proc_exit.
Introduced by commit
f59aba2f7579 ("isdn: capi: dead code removal")
--
Cheers,
Stephen Rothwell
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists