diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index 7bf2081b46fbc97b0a179b87c4c019f4031b7469..300d007f2339feef14fe0b3543003fe63aec42c9 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c @@ -21,6 +21,7 @@ #include #include #include +#include "ac97.h" #define AC97_VERSION "0.6" diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index d9789f1c89033546d9e992924a72d440c062a208..28ac66f6b6b234742c4464f36516c130d723695b 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c @@ -22,6 +22,7 @@ #include #include #include +#include "wm9712.h" #define WM9712_VERSION "0.4"