Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208583
b: refs/heads/master
c: 5f6878b
h: refs/heads/master
i:
  208581: 2f9c2b0
  208579: 7693677
  208575: c7ae969
v: v3
  • Loading branch information
Uwe Kleine-König authored and Russell King committed Aug 10, 2010
1 parent 91d68f5 commit 4ce58ee
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: 8436b410806d9a9a8ebfa1b924d8a96da893561a
refs/heads/master: 5f6878b0d22f9b93f9698f88c335007e2a3c3bbc
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 @@ -75,7 +75,7 @@ static struct at91_usbh_data __initdata cam60_usbh_data = {
* SPI devices.
*/
#if defined(CONFIG_MTD_DATAFLASH)
static struct mtd_partition __initdata cam60_spi_partitions[] = {
static struct mtd_partition cam60_spi_partitions[] = {
{
.name = "BOOT1",
.offset = 0,
Expand All @@ -98,7 +98,7 @@ static struct mtd_partition __initdata cam60_spi_partitions[] = {
},
};

static struct flash_platform_data cam60_spi_flash_platform_data __initdata = {
static struct flash_platform_data cam60_spi_flash_platform_data = {
.name = "spi_flash",
.parts = cam60_spi_partitions,
.nr_parts = ARRAY_SIZE(cam60_spi_partitions)
Expand Down

0 comments on commit 4ce58ee

Please sign in to comment.