diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-16 22:35:31 +0300 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2023-05-18 21:56:10 +0300 |
commit | 0253b04d5b2683f5a4fdcf655b1cae6739d5ab30 (patch) | |
tree | c101d469de13d0b17d5df614edeed42d0d006e0e /scripts/gdb/linux/utils.py | |
parent | 26c3379a6912ab7f5115cea31123a57de8d2ce8a (diff) | |
download | linux-0253b04d5b2683f5a4fdcf655b1cae6739d5ab30.tar.xz |
x86/pci: Mark local functions as 'static'
Two functions in this file are global but have no prototype in
a header and are not called from elsewhere, so they should
be static:
arch/x86/pci/ce4100.c:86:6: error: no previous prototype for 'sata_revid_init' [-Werror=missing-prototypes]
arch/x86/pci/ce4100.c:175:5: error: no previous prototype for 'bridge_read' [-Werror=missing-prototypes]
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Link: https://lore.kernel.org/all/20230516193549.544673-3-arnd%40kernel.org
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions