Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 176cbf5f authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by David Lechner
Browse files

clk: davinci: fix a typo (which leads to build failures)



This should have been DM365, not DM356.

Fixes: 4eff0beb ("clk: davinci: Fix link errors when not all SoCs are enabled")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
parent 0613de37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ extern const struct davinci_psc_init_data of_da850_psc1_init_data;
#ifdef CONFIG_ARCH_DAVINCI_DM355
extern const struct davinci_psc_init_data dm355_psc_init_data;
#endif
#ifdef CONFIG_ARCH_DAVINCI_DM356
#ifdef CONFIG_ARCH_DAVINCI_DM365
extern const struct davinci_psc_init_data dm365_psc_init_data;
#endif
#ifdef CONFIG_ARCH_DAVINCI_DM644x