Re: linux-next: Tree for Jan 24 (extcon-max77693)

2013-01-24 Thread Chanwoo Choi
On 01/25/2013 08:28 AM, Randy Dunlap wrote:
> On 01/23/13 22:13, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20130123:
>>
> 
> 
> on i386, when CONFIG_INPUT is not enabled:
> 
> 
>  drivers/built-in.o: In function `max77693_muic_remove':
> extcon-max77693.c:(.text+0x664853): undefined reference to 
> `input_unregister_device'
> drivers/built-in.o: In function `max77693_muic_probe':
> extcon-max77693.c:(.text+0x664971): undefined reference to 
> `input_allocate_device'
> extcon-max77693.c:(.text+0x6649c1): undefined reference to 
> `input_set_capability'
> extcon-max77693.c:(.text+0x6649d6): undefined reference to 
> `input_set_capability'
> extcon-max77693.c:(.text+0x6649eb): undefined reference to 
> `input_set_capability'
> extcon-max77693.c:(.text+0x664a00): undefined reference to 
> `input_set_capability'
> extcon-max77693.c:(.text+0x664a15): undefined reference to 
> `input_set_capability'
> extcon-max77693.c:(.text+0x664a20): undefined reference to 
> `input_register_device'
> drivers/built-in.o: In function `max77693_muic_adc_handler':
> extcon-max77693.c:(.text+0x665318): undefined reference to `input_event'
> extcon-max77693.c:(.text+0x66532a): undefined reference to `input_event'
> make[1]: *** [vmlinux] Error 1
> 
> 
> 
> Needs
>   depends on INPUT
> ??

You are right. I miss to add CONFIG_INPUT driver/extcon/Kconfig.
I will send fix patch of this build error right now.

Thank you,
Chanwoo Choi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: Tree for Jan 24 (extcon-max77693)

2013-01-24 Thread Randy Dunlap
On 01/23/13 22:13, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20130123:
> 


on i386, when CONFIG_INPUT is not enabled:


 drivers/built-in.o: In function `max77693_muic_remove':
extcon-max77693.c:(.text+0x664853): undefined reference to 
`input_unregister_device'
drivers/built-in.o: In function `max77693_muic_probe':
extcon-max77693.c:(.text+0x664971): undefined reference to 
`input_allocate_device'
extcon-max77693.c:(.text+0x6649c1): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x6649d6): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x6649eb): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x664a00): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x664a15): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x664a20): undefined reference to 
`input_register_device'
drivers/built-in.o: In function `max77693_muic_adc_handler':
extcon-max77693.c:(.text+0x665318): undefined reference to `input_event'
extcon-max77693.c:(.text+0x66532a): undefined reference to `input_event'
make[1]: *** [vmlinux] Error 1



Needs
depends on INPUT
??


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: Tree for Jan 24 (extcon-max77693)

2013-01-24 Thread Randy Dunlap
On 01/23/13 22:13, Stephen Rothwell wrote:
 Hi all,
 
 Changes since 20130123:
 


on i386, when CONFIG_INPUT is not enabled:


 drivers/built-in.o: In function `max77693_muic_remove':
extcon-max77693.c:(.text+0x664853): undefined reference to 
`input_unregister_device'
drivers/built-in.o: In function `max77693_muic_probe':
extcon-max77693.c:(.text+0x664971): undefined reference to 
`input_allocate_device'
extcon-max77693.c:(.text+0x6649c1): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x6649d6): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x6649eb): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x664a00): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x664a15): undefined reference to 
`input_set_capability'
extcon-max77693.c:(.text+0x664a20): undefined reference to 
`input_register_device'
drivers/built-in.o: In function `max77693_muic_adc_handler':
extcon-max77693.c:(.text+0x665318): undefined reference to `input_event'
extcon-max77693.c:(.text+0x66532a): undefined reference to `input_event'
make[1]: *** [vmlinux] Error 1



Needs
depends on INPUT
??


-- 
~Randy
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: linux-next: Tree for Jan 24 (extcon-max77693)

2013-01-24 Thread Chanwoo Choi
On 01/25/2013 08:28 AM, Randy Dunlap wrote:
 On 01/23/13 22:13, Stephen Rothwell wrote:
 Hi all,

 Changes since 20130123:

 
 
 on i386, when CONFIG_INPUT is not enabled:
 
 
  drivers/built-in.o: In function `max77693_muic_remove':
 extcon-max77693.c:(.text+0x664853): undefined reference to 
 `input_unregister_device'
 drivers/built-in.o: In function `max77693_muic_probe':
 extcon-max77693.c:(.text+0x664971): undefined reference to 
 `input_allocate_device'
 extcon-max77693.c:(.text+0x6649c1): undefined reference to 
 `input_set_capability'
 extcon-max77693.c:(.text+0x6649d6): undefined reference to 
 `input_set_capability'
 extcon-max77693.c:(.text+0x6649eb): undefined reference to 
 `input_set_capability'
 extcon-max77693.c:(.text+0x664a00): undefined reference to 
 `input_set_capability'
 extcon-max77693.c:(.text+0x664a15): undefined reference to 
 `input_set_capability'
 extcon-max77693.c:(.text+0x664a20): undefined reference to 
 `input_register_device'
 drivers/built-in.o: In function `max77693_muic_adc_handler':
 extcon-max77693.c:(.text+0x665318): undefined reference to `input_event'
 extcon-max77693.c:(.text+0x66532a): undefined reference to `input_event'
 make[1]: *** [vmlinux] Error 1
 
 
 
 Needs
   depends on INPUT
 ??

You are right. I miss to add CONFIG_INPUT driver/extcon/Kconfig.
I will send fix patch of this build error right now.

Thank you,
Chanwoo Choi
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/