diff options
Diffstat (limited to 'sound/soc/meson/aiu.h')
-rw-r--r-- | sound/soc/meson/aiu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/aiu.h b/sound/soc/meson/aiu.h index a65a576e3400..097c26de7b7c 100644 --- a/sound/soc/meson/aiu.h +++ b/sound/soc/meson/aiu.h @@ -26,7 +26,7 @@ enum aiu_clk_ids { struct aiu_interface { struct clk_bulk_data *clks; unsigned int clk_num; - unsigned int irq; + int irq; }; struct aiu { |