public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jesperjuhl76@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	speakup@linux-speakup.org
Subject: [Patch] [drivers/accessibility] Remove unneeded version.h
Date: Thu, 16 Feb 2023 01:46:30 +0100 (CET)	[thread overview]
Message-ID: <ce52283d-7fbe-cb9e-de8d-069fcb0af916@gmail.com> (raw)

From bf38cc9d1c32d3debdc846d30ae6a0523c5a64d3 Mon Sep 17 00:00:00 2001
From: Jesper Juhl <jesperjuhl76@gmail.com>
Date: Mon, 13 Feb 2023 02:44:01 +0100
Subject: [PATCH 01/12] [drivers/accessibility] Remove unneeded version.h
  includes found by 'make versioncheck'

Signed-off-by: Jesper Juhl <jesperjuhl76@gmail.com>
---
  drivers/accessibility/speakup/genmap.c      | 1 -
  drivers/accessibility/speakup/makemapdata.c | 1 -
  2 files changed, 2 deletions(-)

diff --git a/drivers/accessibility/speakup/genmap.c b/drivers/accessibility/speakup/genmap.c
index 0125000e00d9..0882bab10fb8 100644
--- a/drivers/accessibility/speakup/genmap.c
+++ b/drivers/accessibility/speakup/genmap.c
@@ -10,7 +10,6 @@
  #include <stdio.h>
  #include <libgen.h>
  #include <string.h>
-#include <linux/version.h>
  #include <ctype.h>
  #include "utils.h"

diff --git a/drivers/accessibility/speakup/makemapdata.c b/drivers/accessibility/speakup/makemapdata.c
index d7d41bb9b05f..55e4ef8a93dc 100644
--- a/drivers/accessibility/speakup/makemapdata.c
+++ b/drivers/accessibility/speakup/makemapdata.c
@@ -10,7 +10,6 @@
  #include <stdio.h>
  #include <libgen.h>
  #include <string.h>
-#include <linux/version.h>
  #include <ctype.h>
  #include "utils.h"

-- 
2.39.2


             reply	other threads:[~2023-02-16  0:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16  0:46 Jesper Juhl [this message]
2023-02-16  4:53 ` [Patch] [drivers/accessibility] Remove unneeded version.h Greg Kroah-Hartman

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=ce52283d-7fbe-cb9e-de8d-069fcb0af916@gmail.com \
    --to=jesperjuhl76@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=speakup@linux-speakup.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox