projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b9acf7
)
Staging: pi433 - fix ccheckpatch issue, updated include line.
author
Derek Robson
<robsonde@gmail.com>
Sat, 30 Dec 2017 01:16:58 +0000
(14:16 +1300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Jan 2018 15:33:33 +0000
(16:33 +0100)
Updated the include of compat.h to fix checkpatch error
Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/pi433_if.c
patch
|
blob
|
history
diff --git
a/drivers/staging/pi433/pi433_if.c
b/drivers/staging/pi433/pi433_if.c
index 4de003fe72e77b1a0be8fb3b22ab0c4d04cd32ad..960249c600a5222bdf2a3190d22674678acac5f8 100644
(file)
--- 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"