Skip to content

Commit

Permalink
Merge tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git://git.kerne…
Browse files Browse the repository at this point in the history
…l.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
  • Loading branch information
Linus Torvalds committed Feb 26, 2020
2 parents 91ad64a + 0cbb4f9 commit bfdc6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/chrome/wilco_ec/properties.c
Original file line number Diff line number Diff line change
@@ -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 {

0 comments on commit bfdc6d9

Please sign in to comment.