MIPS: ath25: Convert random_ether_addr to eth_random_addr
authorJoe Perches <joe@perches.com>
Sat, 23 Jun 2018 06:29:28 +0000 (23:29 -0700)
committerPaul Burton <paul.burton@mips.com>
Thu, 28 Jun 2018 21:22:40 +0000 (14:22 -0700)
commit8e5c88bfbb8cca797e9e108abf6ef63028f678d8
treecf8a740affb34218114d3281c75af2c8c452a117
parent97c8580e85cf81cbc785102a1180f81ff431b1f0
MIPS: ath25: Convert random_ether_addr to eth_random_addr

random_ether_addr is a #define for eth_random_addr which is
generally preferred in kernel code by ~3:1

Convert the uses of random_ether_addr to enable removing the #define

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/19600/
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@linux-mips.org
arch/mips/ath25/board.c