Liew Tsi Chung wrote: > Ben, > > Are you referring to fecdma_initialize() in > drivers/net/fsl_mcdmafec.c and net/eth.c? If it is, the changes had > applied. You and I agreed on last email that renamed to > mcdmafec_initialize(). > In the new file, drivers/net/fsl_mcdmafec.c, most of the functions, such as setFecDuplexSpeed(), fec_send() and so on, are private to the driver (i.e. have file scope), and should be declared as static to avoid name space confusion.
In addition, the function name setFecDuplexSpeed() goes against the coding standard. It should be set_fec_duplex_speed(). regards, Ben ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users