[PATCH net v2 0/2] Fix phylink unloadable issue

From: Gan, Yi Fang
Date: Thu Dec 21 2023 - 03:55:20 EST


Add module_exit_stub() for phylink module.

Changes since v1:
- Introduce a helper macro for module_exit() boilerplate

This series is the combination of following:
v1 with empty phylink_exit():
https://lore.kernel.org/all/20231127101603.807593-1-yi.fang.gan@xxxxxxxxx/
v1 of module_exit_stub():
https://lore.kernel.org/all/20231212094352.2263283-1-yi.fang.gan@xxxxxxxxx/

Gan, Yi Fang (2):
driver.h: add helper macro for module_exit() boilerplate
net: phylink: Add module_exit_stub()

drivers/net/phy/phylink.c | 1 +
include/linux/device/driver.h | 14 ++++++++++++++
2 files changed, 15 insertions(+)

--
2.34.1