drivers/ec_command.c
branchkernel2.6
changeset 26 60435f959e5c
parent 19 a51289e6cb2d
child 39 6965c23a6826
--- 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 <linux/slab.h>
 
 #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;