Patchwork filo-squash build patch

login
register
about
Submitter baiyin cai
Date 2010-04-10 15:37:56
Message ID <i2r3b7eae3c1004100837h6c9e8504h54daf87b2e47d3e7@mail.gmail.com>
Download mbox | patch
Permalink /patch/1216/
State Accepted
Headers show

Comments

baiyin cai - 2010-04-10 15:37:56
hi,
   it seem there is no "shared.h" under filo/fs/ which included in
squashfs_zilb.c which would caused build error while open FSYS_SQUASHFS.  it
seems also useless.
just remove the declaration.

signed-off-by Cai Bai Yin <caibaiyin.pku@gmail.com>
Stefan Reinauer - 2010-04-11 11:35:19
On 4/10/10 5:37 PM, baiyin cai wrote:
> hi,
>    it seem there is no "shared.h" under filo/fs/ which included in
> squashfs_zilb.c which would caused build error while open
> FSYS_SQUASHFS.  it seems also useless.
> just remove the declaration.
>
> signed-off-by Cai Bai Yin <caibaiyin.pku@gmail.com
> <mailto:caibaiyin.pku@gmail.com>>
Well spottet! Thank you very much!  I committed it as r123.

Stefan

Patch

Index: fs/squashfs_zlib.c
===================================================================
--- fs/squashfs_zlib.c	(revision 122)
+++ fs/squashfs_zlib.c	(working copy)
@@ -18,7 +18,6 @@ 
 
 
 #include <lib.h>
-#include "shared.h"
 #include "squashfs_zlib.h"