Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224070
b: refs/heads/master
c: 8607153
h: refs/heads/master
v: v3
  • Loading branch information
Vinod Koul authored and Thomas Gleixner committed Nov 11, 2010
1 parent 6412018 commit 18dc72b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0146f26145af75d53e12dbf23a36996aff373680
refs/heads/master: 86071535f845fd054753122e564cee9406c84e70
7 changes: 7 additions & 0 deletions trunk/arch/x86/platform/mrst/mrst.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,13 +499,20 @@ static void __init *lis331dl_platform_data(void *info)
return &intr2nd_pdata;
}

static void __init *no_platform_data(void *info)
{
return NULL;
}

static const struct devs_id __initconst device_ids[] = {
{"pmic_gpio", SFI_DEV_TYPE_SPI, 1, &pmic_gpio_platform_data},
{"spi_max3111", SFI_DEV_TYPE_SPI, 0, &max3111_platform_data},
{"i2c_max7315", SFI_DEV_TYPE_I2C, 1, &max7315_platform_data},
{"i2c_max7315_2", SFI_DEV_TYPE_I2C, 1, &max7315_platform_data},
{"emc1403", SFI_DEV_TYPE_I2C, 1, &emc1403_platform_data},
{"i2c_accel", SFI_DEV_TYPE_I2C, 0, &lis331dl_platform_data},
{"pmic_audio", SFI_DEV_TYPE_IPC, 1, &no_platform_data},
{"msic_audio", SFI_DEV_TYPE_IPC, 1, &no_platform_data},
{},
};

Expand Down

0 comments on commit 18dc72b

Please sign in to comment.