Mercurial > yaffs-ecoscentric
changeset 286:8ddf7a32a1e0
More formatting
| author | charles |
|---|---|
| date | Mon, 09 Mar 2009 08:11:07 +0000 |
| parents | b0136b8000f9 |
| children | 33b02c4a5033 |
| files | devextras.h |
| diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/devextras.h +++ b/devextras.h @@ -53,8 +53,8 @@ struct ylist_head name = { &(name), &(na /* 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>
