]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'arm-build-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Jan 2015 23:08:27 +0000 (15:08 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jan 2015 23:08:27 +0000 (15:08 -0800)
commita1a0b558ce89a8e46b2c9d1cd847e0d728f97e00
tree7d20885699cc48206c941153f04449070bd29c25
parente2a4800e75780ccf4e6c2487f82b688ba736eb18
parent96a30175f927facfb421655ef08b7a0fe546fbed
Merge branch 'arm-build-fixes'

Arnd Bergmann says:

====================
net: driver fixes from arm randconfig builds

These four patches are fallout from test builds on ARM. I have a
few more of them in my backlog but have not yet confirmed them
to still be valid.

The first three patches are about incomplete dependencies on
old drivers. One could backport them to the beginning of time
in theory, but there is little value since nobody would run into
these problems.

The final patch is one I had submitted before together with the
respective pcmcia patch but forgot to follow up on that. It's
still a valid but relatively theoretical bug, because the previous
behavior of the driver was just as broken as what we have in
mainline.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>