diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-04-01 17:15:13 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 17:44:31 -0400 |
commit | dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2 (patch) | |
tree | c75dba83f660824cc0151676ebc8c471a2f1dd05 /arch/powerpc | |
parent | 652fe4044c94e6c26b3a2bdc3b7a1a59abb42078 (diff) | |
download | u-boot-imx-dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2.zip u-boot-imx-dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2.tar.gz u-boot-imx-dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2.tar.bz2 |
powerpc: mpc8xx: delete an unused source file
References to the wireless keyboard should also be removed
from README.console.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/wlkbd.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/wlkbd.c b/arch/powerpc/cpu/mpc8xx/wlkbd.c deleted file mode 100644 index 3a41c2f..0000000 --- a/arch/powerpc/cpu/mpc8xx/wlkbd.c +++ /dev/null @@ -1,20 +0,0 @@ -/* - * (C) Copyright 2000 - * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#include <common.h> -#include <config.h> - -#ifdef CONFIG_WL_4PPM_KEYBOARD - -/* WIP: Wireless keyboard on SMC - */ -int drv_wlkbd_init (void) -{ - return 0 ; -} - -#endif /* CONFIG_WL_4PPM_KEYBOARD */ |