lkml.org 
[lkml]   [2014]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] microblaze: fixes includes in sigcontext.h
Date
This patch changes this file to use linux/ptrace.h instead of
included file to fix this FIXME message in this file.

Signed-off-by: Nicholas Krause <xerofoify@gmail.com>
---
arch/microblaze/include/uapi/asm/sigcontext.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/microblaze/include/uapi/asm/sigcontext.h b/arch/microblaze/include/uapi/asm/sigcontext.h
index 55873c8..1180d9b 100644
--- a/arch/microblaze/include/uapi/asm/sigcontext.h
+++ b/arch/microblaze/include/uapi/asm/sigcontext.h
@@ -9,8 +9,7 @@
#ifndef _ASM_MICROBLAZE_SIGCONTEXT_H
#define _ASM_MICROBLAZE_SIGCONTEXT_H

-/* FIXME should be linux/ptrace.h */
-#include <asm/ptrace.h>
+#include <linux/ptrace.h>

struct sigcontext {
struct pt_regs regs;
--
1.9.1


\
 
 \ /
  Last update: 2014-07-04 00:01    [W:0.066 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site