Commit eed869aa authored by Helge Deller's avatar Helge Deller
Browse files

parisc: firmware: Mark pdc_result buffers local



This fixes a sparse warning which suggest to make those static.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent a07c03e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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