[PATCH 4/4] drivers: net: mediatek: initial implementation of ccmni
Greg KH
gregkh at linuxfoundation.org
Wed Jun 23 10:25:11 PDT 2021
On Wed, Jun 23, 2021 at 07:34:52PM +0800, Rocco Yue wrote:
> +EXPORT_SYMBOL(ccmni_rx_push);
Why are you exporting symbols that are not used by anyone in this patch
series? That doesn't feel right. Who needs this?
> +EXPORT_SYMBOL(ccmni_hif_hook);
Same with this, who calls this?
> +++ b/drivers/net/ethernet/mediatek/ccmni/ccmni.h
Why do you have a .h file for a single .c file? that shouldn't be
needed.
thanks,
greg k-h
More information about the Linux-mediatek
mailing list