yaffs direct: Remove unused dependency in yaffs_list.h on yportenv.h
authorCharles Manning <cdhmanning@gmail.com>
Tue, 24 Jan 2012 22:17:08 +0000 (11:17 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Tue, 24 Jan 2012 22:17:08 +0000 (11:17 +1300)
Don't need it, then don't include it!

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
direct/yaffs_list.h

index f1c52544b27f2c4524a4800de29c0cc11ba971e6..3038ca35ecb4e4cefcd08129368d56bf9352ef2a 100644 (file)
@@ -24,8 +24,6 @@
 #define __YAFFS_LIST_H__
 
 
 #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.
 /*
  * This is a simple doubly linked list implementation that matches the
  * way the Linux kernel doubly linked list implementation works.