Displaying 1 result from an estimated 1 matches for "debug_lowlevel_regs".
2009 Mar 12
0
compile error: implicit declaration of function drv_dbg
hello,
I try to open the debug to compile dahdi with wcb4xxp,
=================base.c============================================
#ifdef DEBUG_LOWLEVEL_REGS
if (unlikely(DBG_REGS))
drv_dbg(b4->dev, "read 0x%02x from 0x%p\n", ret, b4->addr + reg);
#endif
if (unlikely(pedanticpci)) {
udelay(3);
}
================================================================
/usr/src/dahdi-linux/drivers/dahdi/wcb4xxp/base.c: In function __pci_in8...