kernel-ark/drivers/net/phy
Peter Chubb dc85dec688 [PATCH] 'mdio_bus_exit' in discarded section .text.exit
When building with  CONFIG_PHYLIB=y on Itanium, I see:
 `mdio_bus_exit' referenced in section `.init.text' of
drivers/built-in.o: defined in discarded section `.exit.text' of
drivers/built-in.o

I believe that mdio_bus_exit should not be declared __exit, because it is
referencesd from __init sections in, say, phy_init().

Signed-off-by: Peter Chubb <peterc@gelato.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-09-05 18:04:19 -04:00
..
cicada.c This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling 2005-07-30 19:31:23 -04:00
davicom.c This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling 2005-07-30 19:31:23 -04:00
Kconfig [PATCH] PHY Layer fixup 2005-08-28 20:28:25 -04:00
lxt.c This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling 2005-07-30 19:31:23 -04:00
Makefile [PATCH] PHY Layer fixup 2005-08-28 20:28:25 -04:00
marvell.c This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling 2005-07-30 19:31:23 -04:00
mdio_bus.c [PATCH] 'mdio_bus_exit' in discarded section .text.exit 2005-09-05 18:04:19 -04:00
phy_device.c [PATCH] PHY Layer fixup 2005-08-28 20:28:25 -04:00
phy.c [PATCH] PHY Layer fixup 2005-08-28 20:28:25 -04:00
qsemi.c This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling 2005-07-30 19:31:23 -04:00