From 4e2ed50f78fd5d2b8521b506f0427383b68d1f1d Mon Sep 17 00:00:00 2001 From: The-going <48602507+The-going@users.noreply.github.com> Date: Fri, 6 May 2022 12:56:33 +0300 Subject: [PATCH] drv: spi: spidev: fix header uapi --- 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 bd4e2c185..176a31191 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -22,8 +22,7 @@ #include #include -#include -#include +#include #include -- 2.35.3