]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] fsl_soc: Make mac_addr const in fs_enet_of_init().
authorScott Wood <scottwood@freescale.com>
Tue, 8 May 2007 17:15:34 +0000 (03:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 9 May 2007 06:35:00 +0000 (16:35 +1000)
commit4f7fa1efd1c430816fcda77635a72e493980f5e3
treeecb639a37341f7b4b936f507957ca872c2c4fe63
parent7f24e30b00f477d4638b6bebcb8789b6afb64966
[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>
arch/powerpc/sysdev/fsl_soc.c