platform/chrome: cros_ec_proto: Use asm instead of asm-generic
There is no point to specify asm-generic for the unaligned.h. Drop the 'generic' suffix. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Guenter Roeck <groeck@chromium.org> [tzungbi: s/intead/instead/ in commit title.] Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20230103145023.40055-1-andriy.shevchenko@linux.intel.com
This commit is contained in:
parent
01f95d42b8
commit
aaab5af4b2
|
@ -5,7 +5,8 @@
|
|||
|
||||
#include <kunit/test.h>
|
||||
|
||||
#include <asm-generic/unaligned.h>
|
||||
#include <asm/unaligned.h>
|
||||
|
||||
#include <linux/platform_data/cros_ec_commands.h>
|
||||
#include <linux/platform_data/cros_ec_proto.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue