sparc64: Fix build regression
This patch fixes build error which was introduced by commit
812cb83a56
(Implement HAVE_CONTEXT_TRACKING).
[*]https://lkml.org/lkml/2013/11/23/103
Signed-off-by: Kirill Tkhai <tkhai@yandex.ru>
CC: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dea4f48a0a
commit
1de425c7b2
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
#include <linux/kgdb.h>
|
||||
#include <linux/kdebug.h>
|
||||
#include <linux/ftrace.h>
|
||||
#include <linux/context_tracking.h>
|
||||
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/kdebug.h>
|
||||
|
|
Loading…
Reference in a new issue