summaryrefslogtreecommitdiff
path: root/cs40l26/cs40l26.c
diff options
context:
space:
mode:
Diffstat (limited to 'cs40l26/cs40l26.c')
-rw-r--r--cs40l26/cs40l26.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs40l26/cs40l26.c b/cs40l26/cs40l26.c
index 591af67..5a506fe 100644
--- a/cs40l26/cs40l26.c
+++ b/cs40l26/cs40l26.c
@@ -11,7 +11,7 @@
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
-#include <linux/mfd/cs40l26.h>
+#include "cs40l26.h"
static int cs40l26_dsp_read(struct cs40l26_private *cs40l26, u32 reg, u32 *val)
{