Re: [PATCH 0/5] Provide empty functions if OF_NET is not configured

2013-04-02 Thread David Miller
From: Guenter Roeck Date: Tue, 2 Apr 2013 12:35:06 -0700 > Provide empty functions for of_get_phy_mode() and of_get_mac_address() > if OF_NET is not configured. Modify affected drivers to rely on the > now available functions. All applied, but please post your patches against the appropriate tr

[PATCH 0/5] Provide empty functions if OF_NET is not configured

2013-04-02 Thread Guenter Roeck
Provide empty functions for of_get_phy_mode() and of_get_mac_address() if OF_NET is not configured. Modify affected drivers to rely on the now available functions. Guenter Roeck (5): of_net.h: Provide dummy functions if OF_NET