From: Javier Martinez Canillas Date: Thu, 25 Jun 2015 00:20:44 +0000 (+0200) Subject: mfd: Remove MFD_CROS_EC_SPI depends on OF X-Git-Tag: omap-for-v4.3/fixes-merge-window~115^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb9caeedafe61599371d057696bff3baef01f455;p=pandora-kernel.git mfd: Remove MFD_CROS_EC_SPI depends on OF The ChromeOS EC SPI transport driver has a dependency on OF because it uses some OF helpers from the header. But there isn't a need for an explicit dependency since the header has stub functions if CONFIG_OF is not defined. Also, MFD_CROS_EC_SPI already depends on MFD_CROS_EC which in turn has a dependency on OF so in practice can't be selected without CONFIG_OF. Signed-off-by: Javier Martinez Canillas Signed-off-by: Lee Jones --- Reading git-diff-tree failed