aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-02-26 15:54:52 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2020-02-26 15:54:52 -0800
commitbfdc6d91a25f4545bcd1b12e3219af4838142ef1 (patch)
treece77383323b6e86d4dbe7578e687aeda178b3a8b
parent91ad64a84e9e63e2906ae714dfa3933dd3f64c64 (diff)
parent0cbb4f9c69827decf56519c2f63918f16904ede5 (diff)
downloadcleanups-bfdc6d91a25f4545bcd1b12e3219af4838142ef1.tar.gz
Merge tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux
Pull chrome platform fix from Benson Leung: "Fix a build warning" * tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux: platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ path
-rw-r--r--drivers/platform/chrome/wilco_ec/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/wilco_ec/properties.c b/drivers/platform/chrome/wilco_ec/properties.c
index e69682c95ea2d7..62f27610dd33a1 100644
--- a/drivers/platform/chrome/wilco_ec/properties.c
+++ b/drivers/platform/chrome/wilco_ec/properties.c
@@ -5,7 +5,7 @@
#include <linux/platform_data/wilco-ec.h>
#include <linux/string.h>
-#include <linux/unaligned/le_memmove.h>
+#include <asm/unaligned.h>
/* Operation code; what the EC should do with the property */
enum ec_property_op {