diff options
Diffstat (limited to 'arch/arm/mach-omap2/devices.c')
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index d8a0cc3b9d2c..6ecc89adda87 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c | |||
@@ -382,7 +382,7 @@ static void __init omap_init_hdmi_audio(void) | |||
382 | return; | 382 | return; |
383 | } | 383 | } |
384 | 384 | ||
385 | pdev = omap_device_build("omap-hdmi-audio-dai", -1, oh, NULL, 0, 0); | 385 | pdev = omap_device_build("omap-hdmi-audio-dai", -1, oh, NULL, 0); |
386 | WARN(IS_ERR(pdev), | 386 | WARN(IS_ERR(pdev), |
387 | "Can't build omap_device for omap-hdmi-audio-dai.\n"); | 387 | "Can't build omap_device for omap-hdmi-audio-dai.\n"); |
388 | 388 | ||