From: Steven King <redacted>
Date: Sun, 17 Jun 2012 16:39:43 -0700
commit f4d40de39a23f0c39cca55ac63e1175c69c3d2f7
'net fec: do not depend on grouped clocks' broke fec for Coldfire.
Hide the details of the fec clk management in a trio of new functions:
fec_clk_get, fec_clk_prepare and fec_clk_disable_unprepare. these then can
be modified as needed to manage the clks for the different arches that use
the fec controller.
Signed-off-by: Steven King <redacted>
I said keep the ifdefs out of the foo.c code.
Put this ifdef'y into one of the driver's header files, such
as fec.h