LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] remove include/asm-h8300/keyboard.h
@ 2008-03-30 22:40 Adrian Bunk
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2008-03-30 22:40 UTC (permalink / raw)
  To: ysato; +Cc: linux-kernel

This patch removes the unused include/asm-h8300/keyboard.h

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 include/asm-h8300/keyboard.h |   24 ------------------------
 1 file changed, 24 deletions(-)

372be646df287c70971a0a5a8a1e2ee5dbc5a47f diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h
deleted file mode 100644
index 90efbd6..0000000
--- a/include/asm-h8300/keyboard.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- *  linux/include/asm-h8300/keyboard.h
- *  Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net>
- *  This file contains the Dragonball architecture specific keyboard definitions
- */
-
-#ifndef _H8300_KEYBOARD_H
-#define _H8300_KEYBOARD_H
-
-
-/* dummy i.e. no real keyboard */
-#define kbd_setkeycode(x...)	(-ENOSYS)
-#define kbd_getkeycode(x...)	(-ENOSYS)
-#define kbd_translate(x...)	(0)
-#define kbd_unexpected_up(x...)	(1)
-#define kbd_leds(x...)		do {;} while (0)
-#define kbd_init_hw(x...)	do {;} while (0)
-#define kbd_enable_irq(x...)	do {;} while (0)
-#define kbd_disable_irq(x...)	do {;} while (0)
-
-#endif  /* _H8300_KEYBOARD_H */
-
-
-


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

* Re: [2.6 patch] remove include/asm-h8300/keyboard.h
  2008-05-05 18:26 Adrian Bunk
@ 2008-05-05 19:58 ` Yoshinori Sato
  0 siblings, 0 replies; 5+ messages in thread
From: Yoshinori Sato @ 2008-05-05 19:58 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel, Andrew Morton

At Mon, 5 May 2008 21:26:15 +0300,
Adrian Bunk wrote:
> 
> This patch removes the unused include/asm-h8300/keyboard.h
> 
> Signed-off-by: Adrian Bunk <bunk@kernel.org>

Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>

> 
> ---
> 
> This patch has been sent on:
> - 22 Apr 2008
> - 14 Apr 2008
> - 31 Mar 2008
> 
>  include/asm-h8300/keyboard.h |   24 ------------------------
>  1 file changed, 24 deletions(-)
> 
> 372be646df287c70971a0a5a8a1e2ee5dbc5a47f diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h
> deleted file mode 100644
> index 90efbd6..0000000
> --- a/include/asm-h8300/keyboard.h
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -/*
> - *  linux/include/asm-h8300/keyboard.h
> - *  Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net>
> - *  This file contains the Dragonball architecture specific keyboard definitions
> - */
> -
> -#ifndef _H8300_KEYBOARD_H
> -#define _H8300_KEYBOARD_H
> -
> -
> -/* dummy i.e. no real keyboard */
> -#define kbd_setkeycode(x...)	(-ENOSYS)
> -#define kbd_getkeycode(x...)	(-ENOSYS)
> -#define kbd_translate(x...)	(0)
> -#define kbd_unexpected_up(x...)	(1)
> -#define kbd_leds(x...)		do {;} while (0)
> -#define kbd_init_hw(x...)	do {;} while (0)
> -#define kbd_enable_irq(x...)	do {;} while (0)
> -#define kbd_disable_irq(x...)	do {;} while (0)
> -
> -#endif  /* _H8300_KEYBOARD_H */
> -
> -
> -
> 

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

* [2.6 patch] remove include/asm-h8300/keyboard.h
@ 2008-05-05 18:26 Adrian Bunk
  2008-05-05 19:58 ` Yoshinori Sato
  0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2008-05-05 18:26 UTC (permalink / raw)
  To: ysato; +Cc: linux-kernel, Andrew Morton

This patch removes the unused include/asm-h8300/keyboard.h

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 22 Apr 2008
- 14 Apr 2008
- 31 Mar 2008

 include/asm-h8300/keyboard.h |   24 ------------------------
 1 file changed, 24 deletions(-)

372be646df287c70971a0a5a8a1e2ee5dbc5a47f diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h
deleted file mode 100644
index 90efbd6..0000000
--- a/include/asm-h8300/keyboard.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- *  linux/include/asm-h8300/keyboard.h
- *  Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net>
- *  This file contains the Dragonball architecture specific keyboard definitions
- */
-
-#ifndef _H8300_KEYBOARD_H
-#define _H8300_KEYBOARD_H
-
-
-/* dummy i.e. no real keyboard */
-#define kbd_setkeycode(x...)	(-ENOSYS)
-#define kbd_getkeycode(x...)	(-ENOSYS)
-#define kbd_translate(x...)	(0)
-#define kbd_unexpected_up(x...)	(1)
-#define kbd_leds(x...)		do {;} while (0)
-#define kbd_init_hw(x...)	do {;} while (0)
-#define kbd_enable_irq(x...)	do {;} while (0)
-#define kbd_disable_irq(x...)	do {;} while (0)
-
-#endif  /* _H8300_KEYBOARD_H */
-
-
-


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

* [2.6 patch] remove include/asm-h8300/keyboard.h
@ 2008-04-21 21:32 Adrian Bunk
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2008-04-21 21:32 UTC (permalink / raw)
  To: ysato; +Cc: linux-kernel

This patch removes the unused include/asm-h8300/keyboard.h

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 14 Apr 2008
- 31 Mar 2008

 include/asm-h8300/keyboard.h |   24 ------------------------
 1 file changed, 24 deletions(-)

372be646df287c70971a0a5a8a1e2ee5dbc5a47f diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h
deleted file mode 100644
index 90efbd6..0000000
--- a/include/asm-h8300/keyboard.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- *  linux/include/asm-h8300/keyboard.h
- *  Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net>
- *  This file contains the Dragonball architecture specific keyboard definitions
- */
-
-#ifndef _H8300_KEYBOARD_H
-#define _H8300_KEYBOARD_H
-
-
-/* dummy i.e. no real keyboard */
-#define kbd_setkeycode(x...)	(-ENOSYS)
-#define kbd_getkeycode(x...)	(-ENOSYS)
-#define kbd_translate(x...)	(0)
-#define kbd_unexpected_up(x...)	(1)
-#define kbd_leds(x...)		do {;} while (0)
-#define kbd_init_hw(x...)	do {;} while (0)
-#define kbd_enable_irq(x...)	do {;} while (0)
-#define kbd_disable_irq(x...)	do {;} while (0)
-
-#endif  /* _H8300_KEYBOARD_H */
-
-
-


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

* [2.6 patch] remove include/asm-h8300/keyboard.h
@ 2008-04-14 18:13 Adrian Bunk
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2008-04-14 18:13 UTC (permalink / raw)
  To: ysato; +Cc: linux-kernel

This patch removes the unused include/asm-h8300/keyboard.h

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 31 Mar 2008

 include/asm-h8300/keyboard.h |   24 ------------------------
 1 file changed, 24 deletions(-)

372be646df287c70971a0a5a8a1e2ee5dbc5a47f diff --git a/include/asm-h8300/keyboard.h b/include/asm-h8300/keyboard.h
deleted file mode 100644
index 90efbd6..0000000
--- a/include/asm-h8300/keyboard.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- *  linux/include/asm-h8300/keyboard.h
- *  Created 04 Dec 2001 by Khaled Hassounah <khassounah@mediumware.net>
- *  This file contains the Dragonball architecture specific keyboard definitions
- */
-
-#ifndef _H8300_KEYBOARD_H
-#define _H8300_KEYBOARD_H
-
-
-/* dummy i.e. no real keyboard */
-#define kbd_setkeycode(x...)	(-ENOSYS)
-#define kbd_getkeycode(x...)	(-ENOSYS)
-#define kbd_translate(x...)	(0)
-#define kbd_unexpected_up(x...)	(1)
-#define kbd_leds(x...)		do {;} while (0)
-#define kbd_init_hw(x...)	do {;} while (0)
-#define kbd_enable_irq(x...)	do {;} while (0)
-#define kbd_disable_irq(x...)	do {;} while (0)
-
-#endif  /* _H8300_KEYBOARD_H */
-
-
-


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

end of thread, other threads:[~2008-05-05 19:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-30 22:40 [2.6 patch] remove include/asm-h8300/keyboard.h Adrian Bunk
2008-04-14 18:13 Adrian Bunk
2008-04-21 21:32 Adrian Bunk
2008-05-05 18:26 Adrian Bunk
2008-05-05 19:58 ` Yoshinori Sato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).