diff options
Diffstat (limited to 'drivers/sound/ivybridge_sound.c')
-rw-r--r-- | drivers/sound/ivybridge_sound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sound/ivybridge_sound.c b/drivers/sound/ivybridge_sound.c index aeeba1d267e..d982219e06d 100644 --- a/drivers/sound/ivybridge_sound.c +++ b/drivers/sound/ivybridge_sound.c @@ -12,6 +12,7 @@ #define LOG_CATEGORY UCLASS_SOUND +#include <common.h> #include <dm.h> #include <hda_codec.h> #include <log.h> |