From cd93d625fd751d55c729c78b10f82109d56a5f1d Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:13 -0600 Subject: common: Drop linux/bitops.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- drivers/sound/hda_codec.c | 1 + drivers/sound/ivybridge_sound.c | 1 + drivers/sound/max98088.h | 1 + drivers/sound/rockchip_i2s.c | 1 + 4 files changed, 4 insertions(+) (limited to 'drivers/sound') diff --git a/drivers/sound/hda_codec.c b/drivers/sound/hda_codec.c index b59c63edb3..4154d29399 100644 --- a/drivers/sound/hda_codec.c +++ b/drivers/sound/hda_codec.c @@ -15,6 +15,7 @@ #include #include #include +#include #include /** diff --git a/drivers/sound/ivybridge_sound.c b/drivers/sound/ivybridge_sound.c index f446a140b2..bc3c1e85f8 100644 --- a/drivers/sound/ivybridge_sound.c +++ b/drivers/sound/ivybridge_sound.c @@ -18,6 +18,7 @@ #include #include #include +#include static int bd82x6x_azalia_probe(struct udevice *dev) { diff --git a/drivers/sound/max98088.h b/drivers/sound/max98088.h index 127d2bda30..b1307a7362 100644 --- a/drivers/sound/max98088.h +++ b/drivers/sound/max98088.h @@ -9,6 +9,7 @@ #define _MAX98088_H /* MAX98088 Registers Definition */ +#include #define M98088_REG_IRQ_STATUS 0x00 #define M98088_REG_MIC_STATUS 0x01 #define M98088_REG_JACK_STAUS 0x02 diff --git a/drivers/sound/rockchip_i2s.c b/drivers/sound/rockchip_i2s.c index 5e8ed6d896..4e9e68aaac 100644 --- a/drivers/sound/rockchip_i2s.c +++ b/drivers/sound/rockchip_i2s.c @@ -13,6 +13,7 @@ #include #include #include +#include struct rk_i2s_regs { u32 txcr; /* I2S_TXCR, 0x00 */ -- cgit v1.2.3