* Re: linux-next: Tree for Aug 15 (input/misc/ibm-panel.c)
[not found] <20220815122926.7fd3ac58@canb.auug.org.au>
@ 2022-08-16 1:26 ` Randy Dunlap
2022-08-16 4:16 ` Dmitry Torokhov
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2022-08-16 1:26 UTC (permalink / raw)
To: Stephen Rothwell, Linux Next Mailing List
Cc: Linux Kernel Mailing List, Eddie James, linux-input,
Dmitry Torokhov, Wolfram Sang
On 8/14/22 19:29, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20220812:
>
on x86_64:
when CONFIG_I2C=m and CONFIG_I2C_SLAVE=y:
ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_remove':
ibm-panel.c:(.text+0x16): undefined reference to `i2c_slave_unregister'
ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_probe':
ibm-panel.c:(.text+0x3e3): undefined reference to `i2c_slave_register'
ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_driver_init':
ibm-panel.c:(.init.text+0x18): undefined reference to `i2c_register_driver'
ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_driver_exit':
ibm-panel.c:(.exit.text+0x11): undefined reference to `i2c_del_driver'
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for Aug 15 (input/misc/ibm-panel.c)
2022-08-16 1:26 ` linux-next: Tree for Aug 15 (input/misc/ibm-panel.c) Randy Dunlap
@ 2022-08-16 4:16 ` Dmitry Torokhov
2022-08-16 6:03 ` Wolfram Sang
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2022-08-16 4:16 UTC (permalink / raw)
To: Randy Dunlap
Cc: Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List, Eddie James, linux-input, Wolfram Sang
On Mon, Aug 15, 2022 at 06:26:43PM -0700, Randy Dunlap wrote:
>
>
> On 8/14/22 19:29, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20220812:
> >
>
> on x86_64:
>
> when CONFIG_I2C=m and CONFIG_I2C_SLAVE=y:
>
> ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_remove':
> ibm-panel.c:(.text+0x16): undefined reference to `i2c_slave_unregister'
> ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_probe':
> ibm-panel.c:(.text+0x3e3): undefined reference to `i2c_slave_register'
> ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_driver_init':
> ibm-panel.c:(.init.text+0x18): undefined reference to `i2c_register_driver'
> ld: drivers/input/misc/ibm-panel.o: in function `ibm_panel_driver_exit':
> ibm-panel.c:(.exit.text+0x11): undefined reference to `i2c_del_driver'
It sounds like I need to adjust the depend statement to be:
depends on I2C && I2C_SLAVE
Thanks.
--
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux-next: Tree for Aug 15 (input/misc/ibm-panel.c)
2022-08-16 4:16 ` Dmitry Torokhov
@ 2022-08-16 6:03 ` Wolfram Sang
0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-08-16 6:03 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Randy Dunlap, Stephen Rothwell, Linux Next Mailing List,
Linux Kernel Mailing List, Eddie James, linux-input
[-- Attachment #1: Type: text/plain, Size: 122 bytes --]
> It sounds like I need to adjust the depend statement to be:
>
> depends on I2C && I2C_SLAVE
Yes.
Thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-16 8:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20220815122926.7fd3ac58@canb.auug.org.au>
2022-08-16 1:26 ` linux-next: Tree for Aug 15 (input/misc/ibm-panel.c) Randy Dunlap
2022-08-16 4:16 ` Dmitry Torokhov
2022-08-16 6:03 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).