OpenWrt – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --- a/include/image.h
2 +++ b/include/image.h
3 @@ -17,7 +17,6 @@
4 #define __IMAGE_H__
5  
6 #include "compiler.h"
7 -#include <asm/byteorder.h>
8  
9 /* Define this to avoid #ifdefs later on */
10 struct lmb;
11 @@ -36,6 +35,7 @@ struct lmb;
12  
13 #include <lmb.h>
14 #include <asm/u-boot.h>
15 +#include <asm/byteorder.h>
16 #include <command.h>
17  
18 /* Take notice of the 'ignore' property for hashes */