commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=03ededcb2eb291b75f4884ee300eaf0bab8ec1ac branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
The reverted part was not intended to be part of the commit. Signed-off-by: Lars-Peter Clausen <[email protected]> --- arch/blackfin/mach-bf537/boards/stamp.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 3087a4b..5c0a9f2 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -2743,9 +2743,12 @@ static struct platform_device iio_gpio_trigger = { }; #endif +#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \ + defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE) static struct platform_device bf5xx_adau1373_device = { - .name = "bfin-eval-adau1x61", + .name = "bfin-eval-adau1373", }; +#endif #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE) @@ -2929,7 +2932,10 @@ static struct platform_device *stamp_devices[] __initdata = { &iio_gpio_trigger, #endif +#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \ + defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE) &bf5xx_adau1373_device, +#endif #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \ defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
