Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93062
b: refs/heads/master
c: 92a74f1
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Apr 17, 2008
1 parent 054206b commit d9837cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a4f0fcdfb2397e81d22446bb364dc190bf16b25a
refs/heads/master: 92a74f1c1c9ca4d8009bfdea1c5febb7c0674f15
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

/*
* This file defines the layout of UBI headers and all the other UBI on-flash
* data structures. May be included by user-space.
* data structures.
*/

#ifndef __UBI_HEADER_H__
#define __UBI_HEADER_H__
#ifndef __UBI_MEDIA_H__
#define __UBI_MEDIA_H__

#include <asm/byteorder.h>

Expand Down Expand Up @@ -369,4 +369,4 @@ struct ubi_vtbl_record {
__be32 crc;
} __attribute__ ((packed));

#endif /* !__UBI_HEADER_H__ */
#endif /* !__UBI_MEDIA_H__ */
3 changes: 1 addition & 2 deletions trunk/drivers/mtd/ubi/ubi.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
#include <linux/string.h>
#include <linux/vmalloc.h>
#include <linux/mtd/mtd.h>

#include <mtd/ubi-header.h>
#include <linux/mtd/ubi.h>

#include "ubi-media.h"
#include "scan.h"
#include "debug.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/include/mtd/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ header-y += jffs2-user.h
header-y += mtd-abi.h
header-y += mtd-user.h
header-y += nftl-user.h
header-y += ubi-header.h
header-y += ubi-user.h

0 comments on commit d9837cb

Please sign in to comment.