From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760257AbYEET6h (ORCPT ); Mon, 5 May 2008 15:58:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751249AbYEET63 (ORCPT ); Mon, 5 May 2008 15:58:29 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:54358 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752792AbYEET61 (ORCPT ); Mon, 5 May 2008 15:58:27 -0400 Date: Mon, 05 May 2008 15:58:25 -0400 Message-ID: <87lk2obk0u.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Adrian Bunk Cc: linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [2.6 patch] remove include/asm-h8300/keyboard.h In-Reply-To: <20080505182615.GZ17139@cs181133002.pp.htv.fi> References: <20080505182615.GZ17139@cs181133002.pp.htv.fi> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Acked-by: Yoshinori Sato > > --- > > 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 > - * 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 */ > - > - > - >