Files
linux/drivers/net
Alex Elder b84b53ee83 net: qualcomm: rmnet: always expose a few functions
A recent change tidied up some conditional code, avoiding the use of
some #ifdefs.  Unfortunately, if CONFIG_IPV6 was not enabled, it
meant that two functions were referenced but never defined.

The easiest fix is to just define stubs for these functions if
CONFIG_IPV6 is not defined.  This will soon be simplified further
by some other development in the works...

Reported-by: kernel test robot <lkp@intel.com>
Fixes: 75db5b07f8 ("net: qualcomm: rmnet: eliminate some ifdefs")
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-14 12:43:45 -07:00
..
2021-06-11 14:13:18 -07:00
2021-06-13 13:49:39 -07:00
2021-06-01 17:05:04 -07:00
2021-05-20 15:10:57 -07:00
2021-06-01 17:05:04 -07:00
2021-05-20 15:10:57 -07:00
2021-05-19 12:01:44 -07:00
2021-06-01 17:05:04 -07:00