We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a0ee8 commit 7206767Copy full SHA for 7206767
1 file changed
drivers/platform/apple/smc_rtkit.c
@@ -4,7 +4,6 @@
4
* Copyright The Asahi Linux Contributors
5
*/
6
7
-#include <asm/unaligned.h>
8
#include <linux/bitfield.h>
9
#include <linux/delay.h>
10
#include <linux/device.h>
@@ -14,6 +13,7 @@
14
13
#include <linux/of_platform.h>
15
#include <linux/platform_device.h>
16
#include <linux/soc/apple/rtkit.h>
+#include <linux/unaligned.h>
17
#include "smc.h"
18
19
#define SMC_ENDPOINT 0x20
0 commit comments