summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-04-01 17:15:13 +0900
committerTom Rini <trini@ti.com>2014-04-17 17:44:31 -0400
commitdc2164da46c1ba4a2ff44ed3cd48e5f6211640e2 (patch)
treec75dba83f660824cc0151676ebc8c471a2f1dd05 /arch/powerpc
parent652fe4044c94e6c26b3a2bdc3b7a1a59abb42078 (diff)
downloadtalos-obmc-uboot-dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2.tar.gz
talos-obmc-uboot-dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2.zip
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.c20
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 3a41c2f164..0000000000
--- 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 */
OpenPOWER on IntegriCloud