27 lines
671 B
Diff
27 lines
671 B
Diff
From 99c48fe621d0154952cbf76ede528ef93c1fa1d9 Mon Sep 17 00:00:00 2001
|
|
From: The-going <48602507+The-going@users.noreply.github.com>
|
|
Date: Thu, 28 Apr 2022 15:45:14 +0300
|
|
Subject: [PATCH 140/153] Fix include uapi spi spidev module
|
|
|
|
---
|
|
drivers/spi/spidev.c | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
|
|
index 0f85ef9b9..7a6109908 100644
|
|
--- a/drivers/spi/spidev.c
|
|
+++ b/drivers/spi/spidev.c
|
|
@@ -21,8 +21,7 @@
|
|
#include <linux/slab.h>
|
|
#include <linux/compat.h>
|
|
|
|
-#include <linux/spi/spi.h>
|
|
-#include <linux/spi/spidev.h>
|
|
+#include <uapi/linux/spi/spidev.h>
|
|
|
|
#include <linux/uaccess.h>
|
|
|
|
--
|
|
2.35.3
|
|
|