]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sh_eth-remove-obsolete-platform_ids'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2015 21:48:17 +0000 (16:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2015 21:48:17 +0000 (16:48 -0500)
commitcd6490b8e5210e6bdf1f71bb858ecb5b2be1ac0f
tree14a743d0b523dbdc9d476f8dca6c4d67f52b87c1
parenta6922125050da2dc3c785b47e4ec43d852fad302
parent9139cd1b779abf1c2c6cdfb630814382f92aef33
Merge branch 'sh_eth-remove-obsolete-platform_ids'

Geert Uytterhoeven says:

====================
sh_eth: Remove obsolete platform_device_id entries

Since commit 27b77dd712bdfd24 ("ARM: shmobile: bockw: remove legacy
board file and config"), which is in v4.4-rc1, shmobile SoCs are only
supported in generic DT-only ARM multi-platform builds.  The sh_eth
driver doesn't need to match platform devices by name anymore, hence
this series removes the corresponding platform_device_id entries.

Changes since v2:
  - More Acks,
  - Platform dependency has entered mainline,

Changes since v1:
  - Protect some data and functions by #ifdef CONFIG_OF to silence
    unused compiler warnings on SH,
  - New patches 3 and 4.

Thanks for applying!
====================

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