Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298189
b: refs/heads/master
c: a78da28
h: refs/heads/master
i:
  298187: 9f885df
v: v3
  • Loading branch information
Wolfram Sang authored and David Woodhouse committed Mar 27, 2012
1 parent 7f72f96 commit 4ac71fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: b11ec57fc6e6d4882ef01a0c09a1dde58f50492e
refs/heads/master: a78da28776496d3a850ce741d3474b65057e156b
12 changes: 6 additions & 6 deletions trunk/drivers/mtd/nand/gpmi-nand/gpmi-nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ static int gpmi_block_markbad(struct mtd_info *mtd, loff_t ofs)
return ret;
}

static int __devinit nand_boot_set_geometry(struct gpmi_nand_data *this)
static int nand_boot_set_geometry(struct gpmi_nand_data *this)
{
struct boot_rom_geometry *geometry = &this->rom_geometry;

Expand All @@ -1182,7 +1182,7 @@ static int __devinit nand_boot_set_geometry(struct gpmi_nand_data *this)
}

static const char *fingerprint = "STMP";
static int __devinit mx23_check_transcription_stamp(struct gpmi_nand_data *this)
static int mx23_check_transcription_stamp(struct gpmi_nand_data *this)
{
struct boot_rom_geometry *rom_geo = &this->rom_geometry;
struct device *dev = this->dev;
Expand Down Expand Up @@ -1239,7 +1239,7 @@ static int __devinit mx23_check_transcription_stamp(struct gpmi_nand_data *this)
}

/* Writes a transcription stamp. */
static int __devinit mx23_write_transcription_stamp(struct gpmi_nand_data *this)
static int mx23_write_transcription_stamp(struct gpmi_nand_data *this)
{
struct device *dev = this->dev;
struct boot_rom_geometry *rom_geo = &this->rom_geometry;
Expand Down Expand Up @@ -1322,7 +1322,7 @@ static int __devinit mx23_write_transcription_stamp(struct gpmi_nand_data *this)
return 0;
}

static int __devinit mx23_boot_init(struct gpmi_nand_data *this)
static int mx23_boot_init(struct gpmi_nand_data *this)
{
struct device *dev = this->dev;
struct nand_chip *chip = &this->nand;
Expand Down Expand Up @@ -1391,7 +1391,7 @@ static int __devinit mx23_boot_init(struct gpmi_nand_data *this)
return 0;
}

static int __devinit nand_boot_init(struct gpmi_nand_data *this)
static int nand_boot_init(struct gpmi_nand_data *this)
{
nand_boot_set_geometry(this);

Expand All @@ -1401,7 +1401,7 @@ static int __devinit nand_boot_init(struct gpmi_nand_data *this)
return 0;
}

static int __devinit gpmi_set_geometry(struct gpmi_nand_data *this)
static int gpmi_set_geometry(struct gpmi_nand_data *this)
{
int ret;

Expand Down

0 comments on commit 4ac71fb

Please sign in to comment.