From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759775AbaGCVpl (ORCPT ); Thu, 3 Jul 2014 17:45:41 -0400 Received: from mail-ig0-f180.google.com ([209.85.213.180]:48380 "EHLO mail-ig0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751943AbaGCVpk (ORCPT ); Thu, 3 Jul 2014 17:45:40 -0400 From: Nicholas Krause 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 Message-Id: <1404423935-5287-1-git-send-email-xerofoify@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- 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 +#include struct sigcontext { struct pt_regs regs; -- 1.9.1