All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicholas Krause <xerofoify@gmail.com>
To: monstr@monstr.eu
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] microblaze: fixes includes in sigcontext.h
Date: Thu,  3 Jul 2014 17:45:35 -0400	[thread overview]
Message-ID: <1404423935-5287-1-git-send-email-xerofoify@gmail.com> (raw)

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


             reply	other threads:[~2014-07-03 21:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-03 21:45 Nicholas Krause [this message]
2014-07-03 21:57 ` [PATCH] microblaze: fixes includes in sigcontext.h David Rientjes
2014-07-03 22:08   ` Nick Krause
2014-07-03 22:14     ` David Rientjes
2014-07-03 22:15       ` Nick Krause

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404423935-5287-1-git-send-email-xerofoify@gmail.com \
    --to=xerofoify@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=monstr@monstr.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.