Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208582
b: refs/heads/master
c: 8436b41
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Russell King committed Aug 10, 2010
1 parent 2f9c2b0 commit 91d68f5
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: 4df772d76d2f9be2f3207ad154452e349b04a972
refs/heads/master: 8436b410806d9a9a8ebfa1b924d8a96da893561a
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-at91/board-cam60.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ static struct mtd_partition __initdata cam60_spi_partitions[] = {
},
};

static struct flash_platform_data __initdata cam60_spi_flash_platform_data = {
static struct flash_platform_data cam60_spi_flash_platform_data __initdata = {
.name = "spi_flash",
.parts = cam60_spi_partitions,
.nr_parts = ARRAY_SIZE(cam60_spi_partitions)
};
#endif

static struct spi_board_info cam60_spi_devices[] = {
static struct spi_board_info cam60_spi_devices[] __initdata = {
#if defined(CONFIG_MTD_DATAFLASH)
{ /* DataFlash chip */
.modalias = "mtd_dataflash",
Expand Down

0 comments on commit 91d68f5

Please sign in to comment.