From: Mark Brown Date: Tue, 17 Dec 2013 23:37:01 +0000 (+0000) Subject: video: vgacon: Don't build on arm64 X-Git-Tag: v3.14-rc1~105^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee23794b86689e655cedd616e98c03bc3c74f5ec;p=pandora-kernel.git video: vgacon: Don't build on arm64 arm64 is unlikely to have a VGA console and does not export screen_info causing build failures if the driver is build, for example in all*config. Add a dependency on !ARM64 to prevent this. This list is getting quite long, it may be easier to depend on a symbol which architectures that do support the driver can select. Signed-off-by: Mark Brown [tomi.valkeinen@ti.com: moved && to first modified line] Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed