Skip to content

Commit bfdc6d9

Browse files
committed
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
2 parents 91ad64a + 0cbb4f9 commit bfdc6d9

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)