public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* section mismatches with _sm501_register_gpio() and _sm501_gpio_register_chip()
@ 2008-11-21  4:13 Mike Frysinger
  2008-11-24 19:49 ` Samuel Ortiz
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2008-11-21  4:13 UTC (permalink / raw)
  To: ben, sameo; +Cc: LKML

WARNING: drivers/mfd/built-in.o(.text+0x8d6): Section mismatch in
reference from the function _sm501_register_gpio() to the function
.devinit.text:_sm501_gpio_register_chip()
The function _sm501_register_gpio() references
the function __devinit _sm501_gpio_register_chip().
This is often because _sm501_register_gpio lacks a __devinit
annotation or the annotation of _sm501_gpio_register_chip is wrong.

WARNING: drivers/mfd/built-in.o(.text+0x90a): Section mismatch in
reference from the function _sm501_register_gpio() to the function
.devinit.text:_sm501_gpio_register_chip()
The function _sm501_register_gpio() references
the function __devinit _sm501_gpio_register_chip().
This is often because _sm501_register_gpio lacks a __devinit
annotation or the annotation of _sm501_gpio_register_chip is wrong.

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
CONFIG_MFD_SM501=y
CONFIG_MFD_SM501_GPIO=y
CONFIG_HTC_PASIC3=y
CONFIG_UCB1400_CORE=m
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8400 is not set
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
-mike

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: section mismatches with _sm501_register_gpio() and _sm501_gpio_register_chip()
  2008-11-21  4:13 section mismatches with _sm501_register_gpio() and _sm501_gpio_register_chip() Mike Frysinger
@ 2008-11-24 19:49 ` Samuel Ortiz
  2008-12-18 20:56   ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Ortiz @ 2008-11-24 19:49 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: ben, LKML

Hi Mike,

On Thu, Nov 20, 2008 at 11:13:31PM -0500, Mike Frysinger wrote:
> WARNING: drivers/mfd/built-in.o(.text+0x8d6): Section mismatch in
> reference from the function _sm501_register_gpio() to the function
> .devinit.text:_sm501_gpio_register_chip()
> The function _sm501_register_gpio() references
> the function __devinit _sm501_gpio_register_chip().
> This is often because _sm501_register_gpio lacks a __devinit
> annotation or the annotation of _sm501_gpio_register_chip is wrong.
> 
> WARNING: drivers/mfd/built-in.o(.text+0x90a): Section mismatch in
> reference from the function _sm501_register_gpio() to the function
> .devinit.text:_sm501_gpio_register_chip()
> The function _sm501_register_gpio() references
> the function __devinit _sm501_gpio_register_chip().
> This is often because _sm501_register_gpio lacks a __devinit
> annotation or the annotation of _sm501_gpio_register_chip is wrong.
Which kernel are you triggering this on ?

Cheers,
Samuel.



> #
> # Multifunction device drivers
> #
> # CONFIG_MFD_CORE is not set
> CONFIG_MFD_SM501=y
> CONFIG_MFD_SM501_GPIO=y
> CONFIG_HTC_PASIC3=y
> CONFIG_UCB1400_CORE=m
> # CONFIG_MFD_TMIO is not set
> # CONFIG_MFD_WM8400 is not set
> CONFIG_MFD_WM8350=y
> CONFIG_MFD_WM8350_I2C=y
> -mike

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: section mismatches with _sm501_register_gpio() and _sm501_gpio_register_chip()
  2008-11-24 19:49 ` Samuel Ortiz
@ 2008-12-18 20:56   ` Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2008-12-18 20:56 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: ben, LKML

On Mon, Nov 24, 2008 at 14:49, Samuel Ortiz wrote:
> On Thu, Nov 20, 2008 at 11:13:31PM -0500, Mike Frysinger wrote:
>> WARNING: drivers/mfd/built-in.o(.text+0x8d6): Section mismatch in
>> reference from the function _sm501_register_gpio() to the function
>> .devinit.text:_sm501_gpio_register_chip()
>> The function _sm501_register_gpio() references
>> the function __devinit _sm501_gpio_register_chip().
>> This is often because _sm501_register_gpio lacks a __devinit
>> annotation or the annotation of _sm501_gpio_register_chip is wrong.
>>
>> WARNING: drivers/mfd/built-in.o(.text+0x90a): Section mismatch in
>> reference from the function _sm501_register_gpio() to the function
>> .devinit.text:_sm501_gpio_register_chip()
>> The function _sm501_register_gpio() references
>> the function __devinit _sm501_gpio_register_chip().
>> This is often because _sm501_register_gpio lacks a __devinit
>> annotation or the annotation of _sm501_gpio_register_chip is wrong.
>
> Which kernel are you triggering this on ?

sorry, i missed this response ... this was in 2.6.28-rc2
-mike

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-18 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21  4:13 section mismatches with _sm501_register_gpio() and _sm501_gpio_register_chip() Mike Frysinger
2008-11-24 19:49 ` Samuel Ortiz
2008-12-18 20:56   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox