From: Arnd Bergmann Date: Tue, 3 Jun 2014 15:14:01 +0000 (+0200) Subject: HSI: fix omap ssi driver dependency X-Git-Tag: omap-for-v3.16/fixes-against-rc1~17^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=518e1624f56615a88c91bc79c7b4b4d9eb2419e5;p=pandora-kernel.git HSI: fix omap ssi driver dependency The SSI protocol implementation has an incorrect dependency on the OMAP_SSI driver, which allows SSI to be built-in while the underlying OMAP_SSI implementation is a loadable module, causing a link error. This changes the dependency to the simpler 'depends on OMAP_SSI' that also ensures that SSI-protocol can only be a module if OMAP_SSI is not built-in. Signed-off-by: Arnd Bergmann Cc: Sebastian Reichel Cc: Ivaylo Dimitrov Cc: Pavel Machek Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed