* Re: [linux-next:master 1436/1582] drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet'
[not found] <201610200342.Wv4wShnU%fengguang.wu@intel.com>
@ 2016-10-19 19:58 ` Robert Jarzmik
2016-10-19 20:12 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Robert Jarzmik @ 2016-10-19 19:58 UTC (permalink / raw)
To: David S. Miller; +Cc: netdev, Arnd Bergmann
Hi David,
Here is a little mess I created with my former serie :
> drivers/net/ethernet/smsc/smc91x.c: In function 'smc_drv_probe':
>>> drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet' [-Werror=implicit-function-declaration]
> if (machine_is_assabet() && machine_has_neponset())
> ^~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
>
> vim +/machine_is_assabet +2378 drivers/net/ethernet/smsc/smc91x.c
The mess comes from the patch "net: smc91x: isolate u16 writes alignment
workaround", where I though I had removed all "machine_is_*()" calls, and I
didn't notice the machine_is_assabet() one.
The fix is to re-add the removed include in the wrong chunk in [1].
Now do you want :
- another apart patch to fix the faulty one
- a "fixup!" patch to fixup the commit in your next tree
- or anything else
As I didn't compile assabet, my testers have missed this one. Please tell me
which way suits you to repair this commit.
Cheers.
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [linux-next:master 1436/1582] drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet'
2016-10-19 19:58 ` [linux-next:master 1436/1582] drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet' Robert Jarzmik
@ 2016-10-19 20:12 ` David Miller
2016-10-19 20:17 ` Robert Jarzmik
0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2016-10-19 20:12 UTC (permalink / raw)
To: robert.jarzmik; +Cc: netdev, arnd
From: Robert Jarzmik <robert.jarzmik@free.fr>
Date: Wed, 19 Oct 2016 21:58:06 +0200
> Hi David,
>
> Here is a little mess I created with my former serie :
>> drivers/net/ethernet/smsc/smc91x.c: In function 'smc_drv_probe':
>>>> drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet' [-Werror=implicit-function-declaration]
>> if (machine_is_assabet() && machine_has_neponset())
>> ^~~~~~~~~~~~~~~~~~
>> cc1: some warnings being treated as errors
>>
>> vim +/machine_is_assabet +2378 drivers/net/ethernet/smsc/smc91x.c
>
> The mess comes from the patch "net: smc91x: isolate u16 writes alignment
> workaround", where I though I had removed all "machine_is_*()" calls, and I
> didn't notice the machine_is_assabet() one.
>
> The fix is to re-add the removed include in the wrong chunk in [1].
>
> Now do you want :
> - another apart patch to fix the faulty one
> - a "fixup!" patch to fixup the commit in your next tree
> - or anything else
Please send me a fixup follow-on patch.
If changes are in my tree, they are part of the permanent record
and won't be rebased out.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next:master 1436/1582] drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet'
2016-10-19 20:12 ` David Miller
@ 2016-10-19 20:17 ` Robert Jarzmik
0 siblings, 0 replies; 3+ messages in thread
From: Robert Jarzmik @ 2016-10-19 20:17 UTC (permalink / raw)
To: David Miller; +Cc: netdev, arnd
David Miller <davem@davemloft.net> writes:
> Please send me a fixup follow-on patch.
>
> If changes are in my tree, they are part of the permanent record
> and won't be rebased out.
Ok, understood, I'm on it.
Thanks.
--
Robert
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-10-19 20:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201610200342.Wv4wShnU%fengguang.wu@intel.com>
2016-10-19 19:58 ` [linux-next:master 1436/1582] drivers/net/ethernet/smsc/smc91x.c:2378:6: error: implicit declaration of function 'machine_is_assabet' Robert Jarzmik
2016-10-19 20:12 ` David Miller
2016-10-19 20:17 ` Robert Jarzmik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox