Re: [PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Alexandre Belloni
On 17/10/2018 11:20:31-0700, Nathan Chancellor wrote: > On Wed, Oct 17, 2018 at 08:16:25PM +0200, Alexandre Belloni wrote: > > On 17/10/2018 10:09:02-0700, Nathan Chancellor wrote: > > > After building the kernel with Clang, the following section mismatch > > > warning appears: > > > > > >

Re: [PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Alexandre Belloni
On 17/10/2018 11:20:31-0700, Nathan Chancellor wrote: > On Wed, Oct 17, 2018 at 08:16:25PM +0200, Alexandre Belloni wrote: > > On 17/10/2018 10:09:02-0700, Nathan Chancellor wrote: > > > After building the kernel with Clang, the following section mismatch > > > warning appears: > > > > > >

Re: [PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Nathan Chancellor
On Wed, Oct 17, 2018 at 08:16:25PM +0200, Alexandre Belloni wrote: > On 17/10/2018 10:09:02-0700, Nathan Chancellor wrote: > > After building the kernel with Clang, the following section mismatch > > warning appears: > > > > WARNING: vmlinux.o(.text+0x3bf19a6): Section mismatch in reference from

Re: [PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Nathan Chancellor
On Wed, Oct 17, 2018 at 08:16:25PM +0200, Alexandre Belloni wrote: > On 17/10/2018 10:09:02-0700, Nathan Chancellor wrote: > > After building the kernel with Clang, the following section mismatch > > warning appears: > > > > WARNING: vmlinux.o(.text+0x3bf19a6): Section mismatch in reference from

Re: [PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Alexandre Belloni
On 17/10/2018 10:09:02-0700, Nathan Chancellor wrote: > After building the kernel with Clang, the following section mismatch > warning appears: > > WARNING: vmlinux.o(.text+0x3bf19a6): Section mismatch in reference from > the function ssc_probe() to the function >

Re: [PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Alexandre Belloni
On 17/10/2018 10:09:02-0700, Nathan Chancellor wrote: > After building the kernel with Clang, the following section mismatch > warning appears: > > WARNING: vmlinux.o(.text+0x3bf19a6): Section mismatch in reference from > the function ssc_probe() to the function >

[PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Nathan Chancellor
After building the kernel with Clang, the following section mismatch warning appears: WARNING: vmlinux.o(.text+0x3bf19a6): Section mismatch in reference from the function ssc_probe() to the function .init.text:atmel_ssc_get_driver_data() The function ssc_probe() references the function __init

[PATCH] misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data

2018-10-17 Thread Nathan Chancellor
After building the kernel with Clang, the following section mismatch warning appears: WARNING: vmlinux.o(.text+0x3bf19a6): Section mismatch in reference from the function ssc_probe() to the function .init.text:atmel_ssc_get_driver_data() The function ssc_probe() references the function __init