Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274457
b: refs/heads/master
c: f3bcc01
h: refs/heads/master
i:
  274455: 73f1e17
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 2a4d337 commit 0dd36bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bb33cc8901898af80d5d4a9917067aa0839922a
refs/heads/master: f3bcc0179ab8145615a3b409d652cad1395fb7f3
1 change: 1 addition & 0 deletions trunk/drivers/mtd/mtdsuper.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <linux/mtd/super.h>
#include <linux/namei.h>
#include <linux/export.h>
#include <linux/ctype.h>
#include <linux/slab.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/nand/nand_bbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/vmalloc.h>
#include <linux/export.h>

static int check_pattern_no_oob(uint8_t *buf, struct nand_bbt_descr *td)
{
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/onenand/onenand_bbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/slab.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/onenand.h>
#include <linux/export.h>

/**
* check_short_pattern - [GENERIC] check if a pattern is in the buffer
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/ubi/vmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/err.h>
#include <linux/math64.h>
#include <linux/slab.h>
#include <linux/export.h>
#include "ubi.h"

#ifdef CONFIG_MTD_UBI_DEBUG
Expand Down

0 comments on commit 0dd36bd

Please sign in to comment.