diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/interrupt.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/interrupt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c index ec9030dbb5f1..b050fc4cd883 100644 --- a/arch/powerpc/platforms/ps3/interrupt.c +++ b/arch/powerpc/platforms/ps3/interrupt.c | |||
@@ -533,7 +533,7 @@ static void _dump_64_bmp(const char *header, const u64 *p, unsigned cpu, | |||
533 | *p & 0xffff); | 533 | *p & 0xffff); |
534 | } | 534 | } |
535 | 535 | ||
536 | static void __attribute__ ((unused)) _dump_256_bmp(const char *header, | 536 | static void __maybe_unused _dump_256_bmp(const char *header, |
537 | const u64 *p, unsigned cpu, const char* func, int line) | 537 | const u64 *p, unsigned cpu, const char* func, int line) |
538 | { | 538 | { |
539 | pr_debug("%s:%d: %s %u {%016lx:%016lx:%016lx:%016lx}\n", | 539 | pr_debug("%s:%d: %s %u {%016lx:%016lx:%016lx:%016lx}\n", |
@@ -552,7 +552,7 @@ static void _dump_bmp(struct ps3_private* pd, const char* func, int line) | |||
552 | } | 552 | } |
553 | 553 | ||
554 | #define dump_mask(_x) _dump_mask(_x, __func__, __LINE__) | 554 | #define dump_mask(_x) _dump_mask(_x, __func__, __LINE__) |
555 | static void __attribute__ ((unused)) _dump_mask(struct ps3_private* pd, | 555 | static void __maybe_unused _dump_mask(struct ps3_private *pd, |
556 | const char* func, int line) | 556 | const char* func, int line) |
557 | { | 557 | { |
558 | unsigned long flags; | 558 | unsigned long flags; |