commit | b7a6912969af7586ade62667d6d1c7ecc534faa1 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed May 09 03:15:34 2007 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed May 09 16:35:00 2007 +1000 |
tree | ecb639a37341f7b4b936f507957ca872c2c4fe63 | |
parent | 517e22638c282bb07c52a11f928961ed4822196b [diff] |
[POWERPC] fsl_soc: Make mac_addr const in fs_enet_of_init(). of_get_mac_address() returns a const pointer, so the result should be stored in a const pointer. Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>