From: Jisheng Zhang <jisheng.zh...@synaptics.com> Date: Tue, 23 Jun 2020 15:41:04 +0800
> +EXPORT_SYMBOL_GPL(phy_disable_interrupts); phy.o and phy_device.o are always linked together, therefore you don't need a module symbol export. If you plan to use it later in a device, submit the symbol export with the driver change that uses it.