public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: Move map_to_7segment.h to include/linux (v2)
@ 2008-10-10  5:42 Atsushi Nemoto
  2008-10-11  3:18 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Atsushi Nemoto @ 2008-10-10  5:42 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: Henk.Vergonet, linux-kernel, akpm

The map_to_7segment.h provides generic 7segment LED mappings and is
designed to be used by other drivers.  Moving it to common area will
make it more usable.  Also exporting it to userspace will help users
of sysfs interface.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Henk Vergonet <henk.vergonet@gmail.com>
---
Change from v1:
* Export to userspace.

This is renaming patch.  I can send no-rename patch if requested.

 drivers/input/misc/yealink.c                       |    2 +-
 include/linux/Kbuild                               |    1 +
 .../input/misc => include/linux}/map_to_7segment.h |    2 --
 3 files changed, 2 insertions(+), 3 deletions(-)
 rename {drivers/input/misc => include/linux}/map_to_7segment.h (99%)

diff --git a/drivers/input/misc/yealink.c b/drivers/input/misc/yealink.c
index facefd3..11b5c7e 100644
--- a/drivers/input/misc/yealink.c
+++ b/drivers/input/misc/yealink.c
@@ -52,8 +52,8 @@
 #include <linux/module.h>
 #include <linux/rwsem.h>
 #include <linux/usb/input.h>
+#include <linux/map_to_7segment.h>
 
-#include "map_to_7segment.h"
 #include "yealink.h"
 
 #define DRIVER_VERSION "yld-20051230"
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index b68ec09..6e1755f 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -107,6 +107,7 @@ header-y += keyctl.h
 header-y += limits.h
 header-y += magic.h
 header-y += major.h
+header-y += map_to_7segment.h
 header-y += matroxfb.h
 header-y += meye.h
 header-y += minix_fs.h
diff --git a/drivers/input/misc/map_to_7segment.h b/include/linux/map_to_7segment.h
similarity index 99%
rename from drivers/input/misc/map_to_7segment.h
rename to include/linux/map_to_7segment.h
index a424094..db45f7c 100644
--- a/drivers/input/misc/map_to_7segment.h
+++ b/include/linux/map_to_7segment.h
@@ -1,6 +1,4 @@
 /*
- * drivers/usb/input/map_to_7segment.h
- *
  * Copyright (c) 2005 Henk Vergonet <Henk.Vergonet@gmail.com>
  *
  * This program is free software; you can redistribute it and/or
-- 
1.5.6.3


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

* Re: [PATCH] input: Move map_to_7segment.h to include/linux (v2)
  2008-10-10  5:42 [PATCH] input: Move map_to_7segment.h to include/linux (v2) Atsushi Nemoto
@ 2008-10-11  3:18 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2008-10-11  3:18 UTC (permalink / raw)
  To: Atsushi Nemoto; +Cc: Henk.Vergonet, linux-kernel, akpm

On Fri, Oct 10, 2008 at 02:42:17PM +0900, Atsushi Nemoto wrote:
> The map_to_7segment.h provides generic 7segment LED mappings and is
> designed to be used by other drivers.  Moving it to common area will
> make it more usable.  Also exporting it to userspace will help users
> of sysfs interface.
> 

Applied, thank you Atsushi.

-- 
Dmitry

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

end of thread, other threads:[~2008-10-11  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-10  5:42 [PATCH] input: Move map_to_7segment.h to include/linux (v2) Atsushi Nemoto
2008-10-11  3:18 ` Dmitry Torokhov

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