diff -r 7d124bfba3ce -r 60435f959e5c drivers/ec_command.c --- a/drivers/ec_command.c Fri Dec 02 11:37:40 2005 +0000 +++ b/drivers/ec_command.c Fri Dec 02 12:59:21 2005 +0000 @@ -12,7 +12,6 @@ #include #include "ec_command.h" -#include "ec_dbg.h" /***************************************************************/ @@ -79,7 +78,7 @@ unsigned int length) { if (node_address == 0x0000) - EC_DBG(KERN_WARNING "EtherCAT: Using node address 0x0000!\n"); + printk(KERN_WARNING "EtherCAT: Using node address 0x0000!\n"); ECAT_FUNC_HEADER; @@ -112,7 +111,7 @@ const unsigned char *data) { if (node_address == 0x0000) - EC_DBG(KERN_WARNING "EtherCAT: Using node address 0x0000!\n"); + printk(KERN_WARNING "EtherCAT: Using node address 0x0000!\n"); ECAT_FUNC_HEADER;