We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b240728 commit 7995f95Copy full SHA for 7995f95
1 file changed
drivers/input/touchscreen/apple_z2.c
@@ -5,7 +5,6 @@
5
* Copyright (C) The Asahi Linux Contributors
6
*/
7
8
-#include <asm/unaligned.h>
9
#include <linux/delay.h>
10
#include <linux/firmware.h>
11
#include <linux/input.h>
@@ -14,6 +13,7 @@
14
13
#include <linux/module.h>
15
#include <linux/of.h>
16
#include <linux/spi/spi.h>
+#include <linux/unaligned.h>
17
18
#define APPLE_Z2_NUM_FINGERS_OFFSET 16
19
#define APPLE_Z2_FINGERS_OFFSET 24
0 commit comments