[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171129165848.GA5794@linuz-ub.lan>
Date: Wed, 29 Nov 2017 14:58:53 -0200
From: Victor Carvalho <victor.ruivo@...ptolab.net>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] staging: pi433: fix include asm/compat.h to linux/compat.h
staging: pi433: fix include asm/compat.h to linux/compat.h
Signed-off-by: Victor Carvalho <victor.ruivo@...ptolab.net>
---
drivers/staging/pi433/pi433_if.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c
index 3404cb9722c9..763104760650 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -48,7 +48,7 @@
#include <linux/wait.h>
#include <linux/spi/spi.h>
#ifdef CONFIG_COMPAT
-#include <asm/compat.h>
+#include <linux/compat.h>
#endif
#include "pi433_if.h"
--
2.14.3
Powered by blists - more mailing lists