Staging: pi433 - fix ccheckpatch issue, updated include line.
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>
This commit is contained in:
parent
0b9acf7ddb
commit
7b4c570ee5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user