summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2011-09-11 18:05:39 +0000
committerAlbert ARIBAUD <[email protected]>2011-09-30 22:01:03 +0200
commit8edcc6f221cbd4e718412156a7a33d43d3cfa442 (patch)
tree04fa40c39780a4f6a3d9efcd85b3d51d3768940a /drivers/net
parent17fb268cf7ac0f6fc6c3102b138c46b3c1b626e5 (diff)
FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.h
Signed-off-by: Marek Vasut <[email protected]> Cc: Ben Warren <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Detlev Zundel <[email protected]>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/fec_mxc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/fec_mxc.h b/drivers/net/fec_mxc.h
index 1a203888bf1..8b26645173e 100644
--- a/drivers/net/fec_mxc.h
+++ b/drivers/net/fec_mxc.h
@@ -32,6 +32,8 @@
#ifndef __FEC_MXC_H
#define __FEC_MXC_H
+void imx_get_mac_from_fuse(unsigned char *mac);
+
/**
* Layout description of the FEC
*/