From 79fcd0f8cc347e650e8ccdce12d7a350b8cc6008 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Wed, 25 Jan 2012 11:17:08 +1300 Subject: [PATCH] yaffs direct: Remove unused dependency in yaffs_list.h on yportenv.h Don't need it, then don't include it! Signed-off-by: Charles Manning --- direct/yaffs_list.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/direct/yaffs_list.h b/direct/yaffs_list.h index f1c5254..3038ca3 100644 --- a/direct/yaffs_list.h +++ b/direct/yaffs_list.h @@ -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. -- 2.30.2