All of lore.kernel.org
 help / color / mirror / Atom feed
From: sunliming <kelulanainsley@gmail.com>
To: mingo@redhat.com, rostedt@goodmis.org, tglx@linutronix.de,
	bp@alien8.de, dave.hansen@linux.intel.com
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	x86@kernel.org, linux-trace-devel@vger.kernel.org,
	sunliming@kylinos.cn
Subject: [PATCH v2 RESEND] x86,trace: Remove unused headers
Date: Wed, 25 May 2022 09:28:27 +0800	[thread overview]
Message-ID: <20220525012827.93464-1-sunliming@kylinos.cn> (raw)

Commit 4b9a8dca0e58 ("x86/idt: Remove the tracing IDT completely")
removed the tracing IDT from the file arch/x86/kernel/tracepoint.c,
but left the related headers unused, remove it.

Signed-off-by: sunliming <sunliming@kylinos.cn>
---
 arch/x86/kernel/tracepoint.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/x86/kernel/tracepoint.c b/arch/x86/kernel/tracepoint.c
index fcfc077afe2d..f39aad69fb64 100644
--- a/arch/x86/kernel/tracepoint.c
+++ b/arch/x86/kernel/tracepoint.c
@@ -8,10 +8,7 @@
 #include <linux/jump_label.h>
 #include <linux/atomic.h>
 
-#include <asm/hw_irq.h>
-#include <asm/desc.h>
 #include <asm/trace/exceptions.h>
-#include <asm/trace/irq_vectors.h>
 
 DEFINE_STATIC_KEY_FALSE(trace_pagefault_key);
 
-- 
2.25.1


             reply	other threads:[~2022-05-25  1:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25  1:28 sunliming [this message]
2022-05-25 13:50 ` [tip: x86/cleanups] x86/idt: Remove unused headers tip-bot2 for sunliming
     [not found] <CAJncD7SNDAFXFTaSf07P6-OK6j9iTHj1Xj_ssBccB-XLDZWaMA@mail.gmail.com>
2022-05-24 23:07 ` [PATCH v2 RESEND] x86,trace: " Steven Rostedt

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=20220525012827.93464-1-sunliming@kylinos.cn \
    --to=kelulanainsley@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=rostedt@goodmis.org \
    --cc=sunliming@kylinos.cn \
    --cc=tglx@linutronix.de \
    --cc=x86@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.