mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
committed by
Tzung-Bi Shih
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user