summaryrefslogtreecommitdiff
path: root/devextras.h
diff options
context:
space:
mode:
authorcharles <charles>2009-03-09 08:11:07 +0000
committercharles <charles>2009-03-09 08:11:07 +0000
commit4183083d06e2b08f338b5ea155f01b45b3fa832e (patch)
tree9a04a99571c5086c2e83e4606517001dd5f98674 /devextras.h
parent97f9eea27dc6b83fe55f9b86adbb5e4961ea921a (diff)
More formatting
Diffstat (limited to 'devextras.h')
-rw-r--r--devextras.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/devextras.h b/devextras.h
index 35c3446..7df46dc 100644
--- a/devextras.h
+++ b/devextras.h
@@ -53,8 +53,8 @@ struct ylist_head name = { &(name), &(name)}
/* Initialise a list head to an empty list */
#define YINIT_LIST_HEAD(p) \
do { \
- (p)->next = (p);\
- (p)->prev = (p); \
+ (p)->next = (p);\
+ (p)->prev = (p); \
} while (0)
@@ -184,9 +184,6 @@ struct iattr {
#endif
-
-#define KERN_DEBUG
-
#else
#include <linux/types.h>