summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-02-24 09:45:04 -0600
committerMattijs Korpershoek <[email protected]>2026-03-03 09:09:43 +0100
commit7b60cd933bc1db31c94483f6aeb9289722427c5e (patch)
tree896351dca9367226770bc79db5066face5a4cc74 /arch
parent8d24789abed0822fbe41a2f9d72cf19650159dc6 (diff)
usb: gadget: Mark udc_disconnect as static
With the last external callers of udc_disconnect long removed, mark this function as static now and remove it from headers. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mattijs Korpershoek <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/bootm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/bootm.h b/arch/arm/include/asm/bootm.h
index 439e43c2d01..762f00e6900 100644
--- a/arch/arm/include/asm/bootm.h
+++ b/arch/arm/include/asm/bootm.h
@@ -8,8 +8,6 @@
#ifndef ARM_BOOTM_H
#define ARM_BOOTM_H
-extern void udc_disconnect(void);
-
#ifdef CONFIG_SUPPORT_PASSING_ATAGS
# define BOOTM_ENABLE_TAGS 1
#else