ea248fe27516720329ede3f parent 2355a62bcbdcc4b567425bab036bfab6ade87eed author Jeff Mahoney 1353406993 +0000 committer David S. Miller 1353444715 -0500 net: fix build failure in xilinx Commit 71c6c837 (drivers/net: fix tasklet misuse issue) introduced a build failure in the xilinx driver. axienet_dma_err_handler isn't declared before its use in axienet_open. This patch provides the prototype before axienet_open. Cc: Xiaotian Feng Signed-off-by: Jeff Mahoney Signed-off-by: David S. Miller `