
From: Marek Vasut marex@pollux.denx.de
Due to the conversion of debug() macro to inline function, the type-checking happens even if DEBUG isn't defined. This made a few problems surface. These fixes here address the ones found so far.
Marek Vasut (8): PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp PPC: Fix mem_to_mem_idma2intr.c by renaming "debug" to "mmdebug" PPC: Fix i82365.c by removing ifdef around "buf" PPC: Fix relative path in galileo/core.h PPC: Fix pd67290.c by removing ifdef around "buf" PPC: Fix eepro100_eeprom.c by renaming "debug" to "eedebug" PPC: Fix fsl_upm.c by renaming nand handling functions PPC: Remove #ifdef DEBUG around step_to_string
arch/powerpc/cpu/mpc8xxx/ddr/main.c | 2 -- board/cpc45/pd67290.c | 2 -- drivers/mtd/nand/fsl_upm.c | 16 ++++++++-------- drivers/pcmcia/i82365.c | 2 -- drivers/pcmcia/tqm8xx_pcmcia.c | 2 -- examples/standalone/eepro100_eeprom.c | 10 +++++----- examples/standalone/mem_to_mem_idma2intr.c | 4 ++-- include/galileo/core.h | 2 +- 8 files changed, 16 insertions(+), 24 deletions(-)