mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
ASoC: AMD: Fix incorrect extern
When using bare externs outside include files that types should
at least match. This fixes a type confusion between bool
and int.
Cc: broonie@kernel.org
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit eddb608430)
This commit is contained in:
parent
42f2d7b234
commit
a8165eafc3
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
static struct snd_soc_jack cz_jack;
|
||||
static struct clk *da7219_dai_clk;
|
||||
extern int bt_uart_enable;
|
||||
extern bool bt_uart_enable;
|
||||
|
||||
static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user