On Wed, Mar 20, 2013 at 05:11:07PM -0300, Fabio Estevam wrote:
Move fec_ptp.c code into fec.c and its definitions into fec.h.
...
+/**
+ * fec_ptp_start_cyclecounter - create the cycle counter from hw
+ * @ndev: network device
+ *
+ * this function initializes the timecounter and cyclecounter
+ * structures for use in generated a ns counter from the arbitrary
+ * fixed point cycles registers in the hardware.
+ */
+void fec_ptp_start_cyclecounter(struct net_device *ndev)
+{
This function and the other, previously global functions should now be
changed to 'static'.
Thanks,
Richard