diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2007-11-30 02:54:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:05:51 -0500 |
commit | 6d3b2cb92bee1cec43c716f4cd6554be1e6b36ea (patch) | |
tree | ff284c9bbe7a1a08c28c9b5e9d55680b5acfcb0a /drivers/net/ipg.h | |
parent | 1662e4b7af956979c6cb864bf23cf88f882cdaf8 (diff) |
ipg: remove commented out code
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Francois Romieu <romieu@fr.zoreil.com>
Cc: Sorbica Shieh <sorbica@icplus.com.tw>
Cc: Jesse Huang <jesse@icplus.com.tw>
Diffstat (limited to 'drivers/net/ipg.h')
-rw-r--r-- | drivers/net/ipg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/ipg.h b/drivers/net/ipg.h index 4f4919282646..7e3ccd103630 100644 --- a/drivers/net/ipg.h +++ b/drivers/net/ipg.h | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/skbuff.h> | 23 | #include <linux/skbuff.h> |
24 | #include <linux/version.h> | 24 | #include <linux/version.h> |
25 | #include <asm/bitops.h> | 25 | #include <asm/bitops.h> |
26 | /*#include <asm/spinlock.h>*/ | ||
27 | 26 | ||
28 | /* | 27 | /* |
29 | * Constants | 28 | * Constants |
@@ -733,8 +732,7 @@ enum ipg_regs { | |||
733 | * Miscellaneous macros. | 732 | * Miscellaneous macros. |
734 | */ | 733 | */ |
735 | 734 | ||
736 | /* Marco for printing debug statements. | 735 | /* Marco for printing debug statements. */ |
737 | # define IPG_DDEBUG_MSG(args...) printk(KERN_DEBUG "IPG: " ## args) */ | ||
738 | #ifdef IPG_DEBUG | 736 | #ifdef IPG_DEBUG |
739 | # define IPG_DEBUG_MSG(args...) | 737 | # define IPG_DEBUG_MSG(args...) |
740 | # define IPG_DDEBUG_MSG(args...) printk(KERN_DEBUG "IPG: " args) | 738 | # define IPG_DDEBUG_MSG(args...) printk(KERN_DEBUG "IPG: " args) |