Re: [PATCH v2 01/12] dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c

From: Peng Fan
Date: Wed May 31 2023 - 02:45:59 EST




On 5/30/2023 4:04 AM, 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>