From: Mark Brown Date: Thu, 25 Sep 2014 18:23:27 +0000 (-0700) Subject: v4l2-pci-skeleton: Only build if PCI is available X-Git-Tag: fixes-for-v3.18-merge-window~29^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19f94f97003a70a5241efff035f6c181c290a799;p=pandora-kernel.git v4l2-pci-skeleton: Only build if PCI is available Currently arm64 does not support PCI but it does support v4l2. Since the PCI skeleton driver is built unconditionally as a module with no dependency on PCI this causes build failures for arm64 allmodconfig. Fix this by defining a symbol VIDEO_PCI_SKELETON for the skeleton and conditionalising the build on that. Signed-off-by: Mark Brown Signed-off-by: Randy Dunlap [added VIDEO dependencies] Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed