mei: ME structures should be initialized in mei_device_init
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 27 Mar 2013 14:58:27 +0000 (16:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Mar 2013 15:32:21 +0000 (08:32 -0700)
commitd0265f1202e82a27a015cb24635d85f3ab9ae4d5
tree990535d621e22de92a51f819cf34b5c51e6f07be
parent2e64712450e30a445b5650d1205e1aaca811f084
mei: ME structures should be initialized in mei_device_init

mei_timer and mei_host_client_init belongs to mei framework
and are not ME hw specific.
AMTHIF and WD are available only for ME but are above the hardware layer
so move the initialization back from mei_me_dev_init to mei_device_init.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/hw-me.c
drivers/misc/mei/init.c