diff options
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index 003752954993..901ff437e700 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h | |||
@@ -104,15 +104,9 @@ enum debuglevel { | |||
104 | * removed rather than fixed anyway. | 104 | * removed rather than fixed anyway. |
105 | */ | 105 | */ |
106 | #undef err | 106 | #undef err |
107 | #undef info | ||
108 | #undef warn | ||
109 | 107 | ||
110 | #define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ | 108 | #define err(format, arg...) printk(KERN_ERR KBUILD_MODNAME ": " \ |
111 | format "\n" , ## arg) | 109 | format "\n" , ## arg) |
112 | #define info(format, arg...) printk(KERN_INFO KBUILD_MODNAME ": " \ | ||
113 | format "\n" , ## arg) | ||
114 | #define warn(format, arg...) printk(KERN_WARNING KBUILD_MODNAME ": " \ | ||
115 | format "\n" , ## arg) | ||
116 | 110 | ||
117 | #ifdef CONFIG_GIGASET_DEBUG | 111 | #ifdef CONFIG_GIGASET_DEBUG |
118 | 112 | ||