Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756748AbYC3Wma (ORCPT ); Sun, 30 Mar 2008 18:42:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755888AbYC3Wks (ORCPT ); Sun, 30 Mar 2008 18:40:48 -0400 Received: from smtp5.pp.htv.fi ([213.243.153.39]:53026 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755873AbYC3Wkr (ORCPT ); Sun, 30 Mar 2008 18:40:47 -0400 Date: Mon, 31 Mar 2008 01:40:35 +0300 From: Adrian Bunk To: ysato@users.sourceforge.jp Cc: linux-kernel@vger.kernel.org Subject: [2.6 patch] remove include/asm-h8300/keyboard.h Message-ID: <20080330224035.GH28445@cs181133002.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1352 Lines: 45 This patch removes the unused include/asm-h8300/keyboard.h Signed-off-by: Adrian Bunk --- 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 */ - - - -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/