summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2026-07-17 17:49:57 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-17 17:54:18 +0200
commit80574c40598aedbc1751c528e414d7e224bc6313 (patch)
tree54e1970bd76cc3726fa08edc41ab27d84c814cb8 /tools/perf/scripts/python/bin/stackcollapse-record
parentcaad28c0816fe212564362cdc176aea5c506f839 (diff)
USB: phy: fsl-usb: fix missing static keywords
A recent change enabling compile testing of a Freescale dual-role controller indirectly enabled a USB PHY driver to be built. That driver in turn is missing a bunch of static keywords which results in warnings like: drivers/usb/phy/phy-fsl-usb.c:105:5: error: no previous prototype for 'write_ulpi' [-Werror=missing-prototypes] 105 | int write_ulpi(u8 addr, u8 data) | ^~~~~~~~~~ which consequently breaks -Werror builds. Add the missing static keywords. Fixes: 0807c500a1a6 ("USB: add Freescale USB OTG Transceiver driver") Cc: stable@vger.kernel.org # 3.0 Reported-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/4f9f5ff9-8eaa-4bd5-9331-37119f78e13f@sirena.org.uk Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://patch.msgid.link/20260717154957.1853976-1-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions