x86: cros_ec: Drop unnecessary init
authorSimon Glass <sjg@chromium.org>
Thu, 26 Mar 2015 15:29:34 +0000 (09:29 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:15 +0000 (11:11 -0600)
commita5dec5a5c4470901580383e91764ba0c6f3832a6
treea2f70c2f867b5bf8bc28d7f4a51cf8d567a506fd
parent06fbf1026383e2d7af035d4d90d8240235d273cf
x86: cros_ec: Drop unnecessary init

Since driver model will probe the EC when it is first used, we do not
need to init it explicitly.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/coreboot/coreboot/coreboot.c
board/google/chromebook_link/link.c