]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi
authorTroy Kisky <troy.kisky@boundarydevices.com>
Mon, 22 Oct 2012 16:40:42 +0000 (16:40 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 28 Jan 2013 05:57:50 +0000 (06:57 +0100)
commiteef2448039c43493b2f9def6f257f1006fb0e956
tree84a028193b0e5df635dea61a631ce0b2aed9e636
parent575c5cc06f63d02fda73c7b29c6d782de4df6393
net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi

Having only one call to fec_probe will ease the changing of its
parameters.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
drivers/net/fec_mxc.c