Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53985
b: refs/heads/master
c: 3e18c8d
h: refs/heads/master
i:
  53983: e764f20
v: v3
  • Loading branch information
Sam Ravnborg authored and Russell King committed Apr 28, 2007
1 parent d0c83ea commit cbaa0ab
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: 5d01f133412b0e27b340ab1bbb2cf0017329ae61
refs/heads/master: 3e18c8dd0d3456f96e13bc2e72197bfae11d8501
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-at91/board-sam9260ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static struct spi_board_info ek_spi_devices[] = {
/*
* MACB Ethernet device
*/
static struct __initdata at91_eth_data ek_macb_data = {
static struct at91_eth_data __initdata ek_macb_data = {
.phy_irq_pin = AT91_PIN_PA7,
.is_rmii = 1,
};
Expand All @@ -140,7 +140,7 @@ static struct mtd_partition __initdata ek_nand_partition[] = {
},
};

static struct mtd_partition *nand_partitions(int size, int *num_partitions)
static struct mtd_partition * __init nand_partitions(int size, int *num_partitions)
{
*num_partitions = ARRAY_SIZE(ek_nand_partition);
return ek_nand_partition;
Expand Down

0 comments on commit cbaa0ab

Please sign in to comment.