summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2024-10-05 22:11:58 +0300
committerSimon Glass <[email protected]>2024-10-18 14:10:22 -0600
commit2fb5cc2ad8155f9dc32e454bf01f051dc98b5684 (patch)
tree25557e0d8586d87e7dc04f966bf38d764d034393 /include
parentc222dda2da1283a859533c0cacca975f86524dc6 (diff)
x86: cpu: Mark a few functions static
Some functions are not used anywhere except the same file where they are defined. Mark them static. This helps avoiding the compiler warnings: arch/x86/cpu/cpu.c:343:6: warning: no previous prototype for ‘detect_coreboot_table_at’ [-Wmissing-prototypes] arch/x86/cpu/mtrr.c:90:6: warning: no previous prototype for ‘mtrr_write_all’ [-Wmissing-prototypes] arch/x86/cpu/i386/interrupt.c:240:6: warning: no previous prototype for ‘__do_irq’ [-Wmissing-prototypes] Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions