Skip to content

Commit 2b63eb9

Browse files
author
Enric Balletbo i Serra
committed
Merge branch 'chrome-platform-5.6-fixes' into for-next
Merge 0cbb4f9 ("platform/chrome: wilco_ec: Include asm/unaligned instead of linux/ path") from chrome-platform-5.6-fixes into for-next destined branch. Signed-off-by: Enric Balletbo i Serra <[email protected]>
2 parents f2437e4 + 0cbb4f9 commit 2b63eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/chrome/wilco_ec/properties.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#include <linux/platform_data/wilco-ec.h>
77
#include <linux/string.h>
8-
#include <linux/unaligned/le_memmove.h>
8+
#include <asm/unaligned.h>
99

1010
/* Operation code; what the EC should do with the property */
1111
enum ec_property_op {

0 commit comments

Comments
 (0)