diff options
author | Charles Manning <cdhmanning@gmail.com> | 2012-08-14 18:26:10 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-09-02 16:47:50 +0200 |
commit | 74f45b739be635eaa4ec3a40dec6ad66084748c4 (patch) | |
tree | e67a5514834cd8e6bd5c36d93703004d7aa2919a /fs/yaffs2/stdio.h | |
parent | 7cdcaef0b286fa20926d750304442ad770a1fca8 (diff) |
u-boot yaffs2: Fix compilation warnings
Also remove yaffs_hweight and use the hweight in u-boot.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'fs/yaffs2/stdio.h')
-rw-r--r-- | fs/yaffs2/stdio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/yaffs2/stdio.h b/fs/yaffs2/stdio.h deleted file mode 100644 index 9f379d7a6a..0000000000 --- a/fs/yaffs2/stdio.h +++ /dev/null @@ -1 +0,0 @@ -/* Dummy header for u-boot */ |