Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270309
b: refs/heads/master
c: a6029e1
h: refs/heads/master
i:
  270307: 7129a1b
v: v3
  • Loading branch information
Namjae Jeon authored and Chris Ball committed Oct 27, 2011
1 parent 9267de2 commit 3d3c897
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 336c716ae2272c9a26a6f82976d0e077d8ca824e
refs/heads/master: a6029e1f75bb484c1f5bc68b6a8572e4024795bc
4 changes: 2 additions & 2 deletions trunk/include/linux/mmc/card.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#include <linux/mmc/core.h>
#include <linux/mod_devicetable.h>
#include <linux/genhd.h>

struct mmc_cid {
unsigned int manfid;
Expand Down Expand Up @@ -175,14 +174,15 @@ struct sdio_func_tuple;
#define MMC_NUM_BOOT_PARTITION 2
#define MMC_NUM_GP_PARTITION 4
#define MMC_NUM_PHY_PARTITION 6
#define MAX_MMC_PART_NAME_LEN 20

/*
* MMC Physical partitions
*/
struct mmc_part {
unsigned int size; /* partition size (in bytes) */
unsigned int part_cfg; /* partition type */
char name[DISK_NAME_LEN];
char name[MAX_MMC_PART_NAME_LEN];
bool force_ro; /* to make boot parts RO by default */
};

Expand Down

0 comments on commit 3d3c897

Please sign in to comment.