Skip to content

Commit 5cecadc

Browse files
ambarusvinodkoul
authored andcommitted
dmaengine: at_hdmac: Keep register definitions and structures private to at_hdmac.c
Do not expose register definitions, structures and helpers via a .h file because there are used only by at_hdmac.c. Since there are no other users, remove the ambiguity and move all the .h contents to the .c file. One may notice some checkpatch warnings and errors with this move. The move was done "as it was", checkpatch complaints can be fixed in a further patch. Signed-off-by: Tudor Ambarus <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent e3e672b commit 5cecadc

File tree

3 files changed

+468
-480
lines changed

3 files changed

+468
-480
lines changed

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13415,7 +13415,6 @@ L: [email protected]
1341513415
S: Supported
1341613416
F: Documentation/devicetree/bindings/dma/atmel-dma.txt
1341713417
F: drivers/dma/at_hdmac.c
13418-
F: drivers/dma/at_hdmac_regs.h
1341913418
F: drivers/dma/at_xdmac.c
1342013419
F: include/dt-bindings/dma/at91.h
1342113420

0 commit comments

Comments
 (0)