X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=devextras.h;h=215caa50f1782e6a8543998c982d4001a2cb52e0;hp=35c34460c706814f881de3aa4dc18c9f7eb41aef;hb=4778ade2698a2de536594ee9cbf32db58346b59c;hpb=3e5718ec7f0df7b76837d10583419b745cb27474 diff --git a/devextras.h b/devextras.h index 35c3446..215caa5 100644 --- a/devextras.h +++ b/devextras.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -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