Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
drivers/platform/chrome/wilco_ec/properties.c
··· 5 5 6 6 #include <linux/platform_data/wilco-ec.h> 7 7 #include <linux/string.h> 8 - #include <linux/unaligned/le_memmove.h> 8 + #include <asm/unaligned.h> 9 9 10 10 /* Operation code; what the EC should do with the property */ 11 11 enum ec_property_op {