X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffs_list.h;h=3038ca35ecb4e4cefcd08129368d56bf9352ef2a;hp=6bb464606a4c192256013cfb8fa3136ff7657014;hb=ce0a5fb9849b6dc0d1347709b28d3a34eefec662;hpb=5062df7307f71d3374da87a7c69102dc3f09da28 diff --git a/direct/yaffs_list.h b/direct/yaffs_list.h index 6bb4646..3038ca3 100644 --- a/direct/yaffs_list.h +++ b/direct/yaffs_list.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -24,8 +24,6 @@ #define __YAFFS_LIST_H__ -#include "yportenv.h" - /* * This is a simple doubly linked list implementation that matches the * way the Linux kernel doubly linked list implementation works.