kernel: use eth_random_addr instead of random_ether_addr
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 22 May 2023 13:08:40 +0000 (15:08 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 22 May 2023 20:28:18 +0000 (22:28 +0200)
commit9273487930b8bb267b63113dbc0d12eb27328f02
treea5fd9802efffce0c6fc323507958a61cf7ca405e
parent0605fa693e3ae5266c6d9b0a291ee12a3adac09b
kernel: use eth_random_addr instead of random_ether_addr

random_ether_addr is just a reference to eth_random_addr, that was later
dropped in more recent kernel version.

Drop random_ether_addr and use eth_random_addr directly to fix
compilation error in 6.1

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/files/drivers/bcma/fallback-sprom.c
target/linux/generic/files/drivers/ssb/fallback-sprom.c