1 Dec 18:11
[2.6 patch] remove mtd/jffs2-user.h
Adrian Bunk <bunk <at> stusta.de>
2006-12-01 17:11:47 GMT
2006-12-01 17:11:47 GMT
- not included by any other header - not defining any userspace <-> kernel interface - depends on userspace providing a variable "target_endian" mtd-utils already has a copy of this file. Signed-off-by: Adrian Bunk <bunk <at> stusta.de> --- include/mtd/Kbuild | 1 - include/mtd/jffs2-user.h | 35 ----------------------------------- 2 files changed, 36 deletions(-) --- a/include/mtd/jffs2-user.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * $Id: jffs2-user.h,v 1.1 2004/05/05 11:57:54 dwmw2 Exp $ - * - * JFFS2 definitions for use in user space only - */ - -#ifndef __JFFS2_USER_H__ -#define __JFFS2_USER_H__ - -/* This file is blessed for inclusion by userspace */ -#include <linux/jffs2.h> -#include <endian.h> -#include <byteswap.h>(Continue reading)
RSS Feed