public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: pi433 - fix ccheckpatch issue, updated include line.
@ 2017-12-30  1:16 Derek Robson
  0 siblings, 0 replies; only message in thread
From: Derek Robson @ 2017-12-30  1:16 UTC (permalink / raw)
  To: gregkh, Valentin.Vidic, simon, linux, oliver.graute, minhnpq16,
	viro, srishtishar
  Cc: devel, linux-kernel, Derek Robson

Updated the include of compat.h to fix checkpatch error

Signed-off-by: Derek Robson <robsonde@gmail.com>
---
 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 1d7c50c1ac23..0555c76cea49 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.15.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-30  1:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-30  1:16 [PATCH] Staging: pi433 - fix ccheckpatch issue, updated include line Derek Robson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox