diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-01-21 21:49:53 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-02-06 06:19:03 +0100 |
commit | 8353ec7b0d6666c0674ca978379c55234609dae8 (patch) | |
tree | c95f9678b52891c6748ee68b4c8e6f7dd96f3051 /drivers/net/ps3_gelic_net.c | |
parent | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm (diff) | |
download | linux-8353ec7b0d6666c0674ca978379c55234609dae8.tar.xz linux-8353ec7b0d6666c0674ca978379c55234609dae8.zip |
cpmac: convert to new Fixed PHY infrastructure
This patch converts cpmac to the new Fixed PHY infrastructure, though it
doesn't fix all the problems with that driver. I didn't even bother to
test this patch to compile, because cpmac driver is broken in several ways:
1. This driver won't compile by itself because lack of its header describing
platform data;
2. It assumes that fixed PHYs should be created by the ethernet driver.
It is wrong assumption: fixed PHYs creation is platform code authority,
driver must blindly accept bus_id and phy_id platform data variables
instead.
Also, it seem that that driver doesn't have actual in-tree users, so
nothing to fix further.
The main purpose of that patch is to get rid of the following Kconfig
warning:
scripts/kconfig/conf -s arch/powerpc/Kconfig
drivers/net/Kconfig:1713:warning: 'select' used by config symbol
'CPMAC' refers to undefined symbol 'FIXED_MII_100_FDX'
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/net/ps3_gelic_net.c')
0 files changed, 0 insertions, 0 deletions