diff options
| author | Marek Vasut <[email protected]> | 2011-09-11 18:05:39 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-30 22:01:03 +0200 |
| commit | 8edcc6f221cbd4e718412156a7a33d43d3cfa442 (patch) | |
| tree | 04fa40c39780a4f6a3d9efcd85b3d51d3768940a /drivers/net | |
| parent | 17fb268cf7ac0f6fc6c3102b138c46b3c1b626e5 (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.h | 2 |
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 */ |
