Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 530e949c authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Kyle McMartin
Browse files

parisc: includecheck fix: signal.c



fix the following 'make includecheck' warning:

  arch/parisc/kernel/signal.c: linux/compat.h is included more than once.

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 81bf550d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include <asm/asm-offsets.h>

#ifdef CONFIG_COMPAT
#include <linux/compat.h>
#include "signal32.h"
#endif