All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rolf Eike Beer <eike-kernel@sf-tec.de>
To: sparclinux@vger.kernel.org
Subject: [PATCH] sparc64: drop unneeded compat include
Date: Wed, 03 Jan 2018 20:27:09 +0000	[thread overview]
Message-ID: <10175291.0E3267SrcQ@eto> (raw)

From a806bbb6385d6428e8484722d7320f3f9c1d622e Mon Sep 17 00:00:00 2001
From: Rolf Eike Beer <eike-kernel@sf-tec.de>
Date: Wed, 3 Jan 2018 21:24:20 +0100
Subject: [PATCH] sparc64: drop unneeded compat include

The last user of compat_old_sigset_t was removed in commit
2d7d5f05111a9d913131a2764d8b20157f8f758d.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>
---
 arch/sparc/kernel/signal_64.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/sparc/kernel/signal_64.c b/arch/sparc/kernel/signal_64.c
index 20426a1c28f2..48366e5eb5b2 100644
--- a/arch/sparc/kernel/signal_64.c
+++ b/arch/sparc/kernel/signal_64.c
@@ -9,9 +9,6 @@
  *  Copyright (C) 1997,1998 Jakub Jelinek   (jj@sunsite.mff.cuni.cz)
  */
 
-#ifdef CONFIG_COMPAT
-#include <linux/compat.h>	/* for compat_old_sigset_t */
-#endif
 #include <linux/sched.h>
 #include <linux/kernel.h>
 #include <linux/signal.h>
-- 
2.12.3



             reply	other threads:[~2018-01-03 20:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-03 20:27 Rolf Eike Beer [this message]
2018-01-22 16:37 ` [PATCH] sparc64: drop unneeded compat include David Miller

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=10175291.0E3267SrcQ@eto \
    --to=eike-kernel@sf-tec.de \
    --cc=sparclinux@vger.kernel.org \
    /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.