Marek Behún e8bb990fe7 ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTO
When building imx8mp_evk_defconfig with LTO, the compiler complains
about type mismatch of function imx_eqos_txclk_set_rate() in file
  drivers/net/dwc_eth_qos.c:845:12
which contains a weak definition of this function, vs file
  arch/arm/mach-imx/imx8m/clock_imx8mm.c
which contains an implementation.

Change the type of this function in the implementation to fix this.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2021-05-24 14:21:30 -04:00
..
2021-04-08 20:29:52 +02:00
2021-02-25 11:59:05 -05:00
2020-07-09 20:58:06 +05:30
2021-04-10 08:03:55 -04:00
2021-04-10 08:03:55 -04:00
2021-04-08 09:18:29 +02:00
2021-04-10 07:59:35 -04:00
2020-05-18 17:33:31 -04:00
2021-04-08 20:29:52 +02:00
2021-04-08 23:59:50 +02:00
2021-04-08 20:29:52 +02:00
2019-04-25 19:16:24 +02:00
2019-08-11 16:43:41 -04:00