Re: [PATCH v9 02/13] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c

From: Vinod Koul
Date: Fri Jul 07 2023 - 01:39:21 EST


On 20-06-23, 16:12, Frank Li wrote:
> Exported functions in fsl-edma-common.c are only used within
> fsl-edma.c and mcf-edma.c. Global export is unnecessary.
>
> This commit removes all EXPORT_SYMBOL_GPL in fsl-edma-common.c,
> and renames fsl-edma.c and mcf-edma.c to maintain the same
> final module names as before, thereby simplifying the codebase.
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> Reviewed-by: Peng Fan <peng.fan@xxxxxxx>
> ---

>
> -MODULE_LICENSE("GPL v2");

Why drop this?

--
~Vinod