Re: [PATCH 06/47] net: smsc: remove m32r specific smc91x configuration
From: Arnd Bergmann
Date: Thu Mar 15 2018 - 04:07:50 EST
On Thu, Mar 15, 2018 at 5:58 AM, Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> wrote:
>
> MN103 is a separate architecture, unrelated to M32R afaict...
That is correct. They are both being removed, but I must have made
a mistake when writing the changelog text here. I've fixed it now
to say
8<---
net: smsc: remove m32r/mn10300 specific smc91x configuration
The m32r and mn10300 architectures are getting removed, so this
part can be cleaned up as well.
Acked-by: Nicolas Pitre <nico@xxxxxxxxxxx>
Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
--->8
Arnd