public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] [drivers/accessibility] Remove unneeded version.h
@ 2023-02-16  0:46 Jesper Juhl
  2023-02-16  4:53 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2023-02-16  0:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, speakup

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-16  4:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-16  0:46 [Patch] [drivers/accessibility] Remove unneeded version.h Jesper Juhl
2023-02-16  4:53 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox