kernel-fxtec-pro1x/drivers/net/fs_enet
Grant Likely 4018294b53 of: Remove duplicate fields from of_platform_driver
.name, .match_table and .owner are duplicated in both of_platform_driver
and device_driver.  This patch is a removes the extra copies from struct
of_platform_driver and converts all users to the device_driver members.

This patch is a pretty mechanical change.  The usage model doesn't change
and if any drivers have been missed, or if anything has been fixed up
incorrectly, then it will fail with a compile time error, and the fixup
will be trivial.  This patch looks big and scary because it touches so
many files, but it should be pretty safe.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Sean MacLennan <smaclennan@pikatech.com>
2010-05-22 00:10:40 -06:00
..
fec.h [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
fs_enet-main.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00
fs_enet.h fs_enet: Add support for MPC512x to fs_enet driver 2010-02-27 02:34:35 -08:00
Kconfig fs_enet: Add support for MPC512x to fs_enet driver 2010-02-27 02:34:35 -08:00
mac-fcc.c of: Always use 'struct device.of_node' to get device node pointer. 2010-05-18 16:10:44 -06:00
mac-fec.c of: Always use 'struct device.of_node' to get device node pointer. 2010-05-18 16:10:44 -06:00
mac-scc.c of: Always use 'struct device.of_node' to get device node pointer. 2010-05-18 16:10:44 -06:00
Makefile fs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code 2008-07-16 17:57:49 -05:00
mii-bitbang.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00
mii-fec.c of: Remove duplicate fields from of_platform_driver 2010-05-22 00:10:40 -06:00