diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-omap2/ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/ssi.c b/arch/arm/mach-omap2/ssi.c index 6f751c366455..a9d6eee1abba 100644 --- a/arch/arm/mach-omap2/ssi.c +++ b/arch/arm/mach-omap2/ssi.c @@ -74,7 +74,7 @@ static int __init omap_ssi_init(void) if (!oh) return -EINVAL; - pdev = omap_device_build("omap_ssi", -1, oh, &ssi_pdata, sizeof(struct omap_ssi_platform_data)); + pdev = omap_device_build("omap_ssi", 0, oh, &ssi_pdata, sizeof(struct omap_ssi_platform_data)); WARN(IS_ERR(pdev), "Can't build omap_device for omap_ssi\n"); return 0; |