summaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_serial.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2025-06-30 20:51:12 +0200
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2025-07-10 19:26:55 +0200
commit16a900210956fe7c476b2355c7090c2cc078f71d (patch)
treebe63eec6b75a989640cc5c361293db004e132fde /arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_serial.c
parentfc85e55205e518fa148a36db04eec37d65e83e24 (diff)
net: sh_eth: Convert cache operations to static functions
Turn the current cache operation macros into static functions to improve compiler coverage checking. This does change the driver behavior slightly, the driver now expects those cache operation functions to be available on all architectures on which it is used. This should pose no problem, as the driver is only used on 32bit and 64bit ARM, which both have those operations. The CFG_SH_ETHER_ALIGNE_SIZE is converted to SH_ETHER_ALIGN_SIZE and defined as either 64 on ARM or 16 on SH. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog_serial.c')
0 files changed, 0 insertions, 0 deletions