Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/ps3: Drop unused DBG macro

This DBG macro is unused, and has been unused since the file was
originally merged into mainline. Just drop it.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201023031305.3284819-1-mpe@ellerman.id.au

-7
-7
arch/powerpc/boot/ps3.c
··· 21 21 extern int lv1_get_repository_node_value(u64 in_1, u64 in_2, u64 in_3, 22 22 u64 in_4, u64 in_5, u64 *out_1, u64 *out_2); 23 23 24 - #ifdef DEBUG 25 - #define DBG(fmt...) printf(fmt) 26 - #else 27 - static inline int __attribute__ ((format (printf, 1, 2))) DBG( 28 - const char *fmt, ...) {return 0;} 29 - #endif 30 - 31 24 BSS_STACK(4096); 32 25 33 26 /* A buffer that may be edited by tools operating on a zImage binary so as to