aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-08-10 04:34:58 +0200
committerHelge Deller <deller@gmx.de>2023-08-10 17:32:10 +0200
commiteed869aaf1305444434ad5a9a56abc45aacc0c40 (patch)
tree4c13aa5e70132d345e86a733340df7a322608776
parenta07c03e8064026d55d1699d161c536cc437d58d6 (diff)
downloadlinux-eed869aaf1305444434ad5a9a56abc45aacc0c40.tar.gz
parisc: firmware: Mark pdc_result buffers local
This fixes a sparse warning which suggest to make those static. Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--arch/parisc/kernel/firmware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/kernel/firmware.c b/arch/parisc/kernel/firmware.c
index 9cd8af5e79d729..8f37e75f2fb9ca 100644
--- a/arch/parisc/kernel/firmware.c
+++ b/arch/parisc/kernel/firmware.c
@@ -74,8 +74,8 @@
static DEFINE_SPINLOCK(pdc_lock);
#endif
-unsigned long pdc_result[NUM_PDC_RESULT] __aligned(8);
-unsigned long pdc_result2[NUM_PDC_RESULT] __aligned(8);
+static unsigned long pdc_result[NUM_PDC_RESULT] __aligned(8);
+static unsigned long pdc_result2[NUM_PDC_RESULT] __aligned(8);
#ifdef CONFIG_64BIT
#define WIDE_FIRMWARE 0x1