Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107520
b: refs/heads/master
c: e76e3ac
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 28, 2008
1 parent 6a6a436 commit 7bb0933
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: 86183a5fd0ce67cb28d6e4af4775105edc8872b7
refs/heads/master: e76e3ac69e62d3f93e935526bc9afa371e7f38ba
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-at91/board-qil-a9260.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ static struct mtd_partition * __init nand_partitions(int size, int *num_partitio
return ek_nand_partition;
}

static struct at91_nand_data __initdata ek_nand_data = {
static struct atmel_nand_data __initdata ek_nand_data = {
.ale = 21,
.cle = 22,
// .det_pin = ... not connected
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-at91/board-sam9g20ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static struct mtd_partition * __init nand_partitions(int size, int *num_partitio
}

/* det_pin is not connected */
static struct at91_nand_data __initdata ek_nand_data = {
static struct atmel_nand_data __initdata ek_nand_data = {
.ale = 21,
.cle = 22,
.rdy_pin = AT91_PIN_PC13,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-at91/board-usb-a9260.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static struct mtd_partition * __init nand_partitions(int size, int *num_partitio
return ek_nand_partition;
}

static struct at91_nand_data __initdata ek_nand_data = {
static struct atmel_nand_data __initdata ek_nand_data = {
.ale = 21,
.cle = 22,
// .det_pin = ... not connected
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-at91/board-usb-a9263.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static struct mtd_partition * __init nand_partitions(int size, int *num_partitio
return ek_nand_partition;
}

static struct at91_nand_data __initdata ek_nand_data = {
static struct atmel_nand_data __initdata ek_nand_data = {
.ale = 21,
.cle = 22,
// .det_pin = ... not connected
Expand Down

0 comments on commit 7bb0933

Please sign in to comment.