summaryrefslogtreecommitdiff
path: root/cs40l26/cs40l26.c
diff options
context:
space:
mode:
authorTai Kuo <taikuo@google.com>2021-04-06 18:08:03 +0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2021-04-19 13:30:06 +0000
commita30034f14127684b93c86efd0be4074f6107fced (patch)
treec4057d99dc2171de628d7839a99d13a8ad4f27a2 /cs40l26/cs40l26.c
parentba22cd0fd14814528519f2e909319ce843791827 (diff)
downloadamplifiers-a30034f14127684b93c86efd0be4074f6107fced.tar.gz
cs40l26: bring up haptics modules
Bug: 184610991 Test: Built pass. Test: Driver probed. Test: Basic function. Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: I82d0f37a74a73b2e0c23eee186a55c2823b9de34
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)
{