X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_list.h;h=68d2c67ba6679b3c866ae442162b028a8769080d;hp=a7afaea27b13b413007ca721efd9ab0a4eebc702;hb=HEAD;hpb=07353dd87a46afc753441028af8f5e8629b13bdc diff --git a/direct/yaffs_list.h b/direct/yaffs_list.h index a7afaea..68d2c67 100644 --- a/direct/yaffs_list.h +++ b/direct/yaffs_list.h @@ -1,8 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2011 Aleph One Ltd. - * for Toby Churchill Ltd and Brightstar Engineering + * Copyright (C) 2002-2018 Aleph One Ltd. * * Created by Charles Manning * @@ -36,6 +35,10 @@ struct list_head { /* Initialise a static list */ +#ifdef LIST_HEAD +#undef LIST_HEAD +#endif + #define LIST_HEAD(name) \ struct list_head name = { &(name), &(name)}