[PATCH 01/14] trace: Use notrace for short
Simon Glass
sjg at chromium.org
Sun Jan 8 03:39:21 CET 2023
The attribute syntax is quite verbose. Use the macro provided for this
purpose.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/arm/cpu/armv7/s5p-common/timer.c | 2 +-
arch/arm/mach-exynos/include/mach/cpu.h | 6 +++---
arch/x86/include/asm/global_data.h | 2 +-
arch/x86/include/asm/msr.h | 2 +-
arch/x86/include/asm/u-boot-x86.h | 2 +-
common/spl/spl_fit.c | 1 +
doc/develop/trace.rst | 2 +-
lib/efi_loader/efi_freestanding.c | 4 ++--
lib/trace.c | 26 +++++++++++--------------
9 files changed, 22 insertions(+), 25 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list