diff options
Diffstat (limited to 'common/devices.c')
| -rw-r--r-- | common/devices.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/devices.c b/common/devices.c index 615b2171c..1f88fd5e3 100644 --- a/common/devices.c +++ b/common/devices.c @@ -185,8 +185,8 @@ int devices_init (void)  #if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)  	drv_video_init ();  #endif -#ifdef CONFIG_WL_4PPM_KEYBOARD -	drv_wlkbd_init (); +#ifdef CONFIG_KEYBOARD +	drv_keyboard_init ();  #endif  #ifdef CONFIG_LOGBUFFER  	drv_logbuff_init (); |