aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-debug.h
diff options
context:
space:
mode:
authorMark Brown <[email protected]>2023-01-12 19:51:48 +0000
committerCatalin Marinas <[email protected]>2023-01-20 14:30:45 +0000
commitcd57a6584fe596f4daf128007bff71b1c2ba16c8 (patch)
treeac00843a997a6e2add93c159ce4e73c56f88be19 /drivers/usb/cdns3/cdns3-debug.h
parentaa58ace3499a678768f5ce9a5973919bfccd8a4e (diff)
kselftest/arm64: Remove redundant _start labels from FP tests
There are a number of freestanding static executables used in floating point testing that have no runtime at all. These all define the main entry point as: .globl _start function _start _start: but clang's integrated assembler complains that: error: symbol '_start' is already defined due to having both a label and function directive. Remove the label to allow building with clang. No functional change. Signed-off-by: Mark Brown <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions