From: David Miller Date: Wed, 10 Mar 2010 21:05:35 +0000 (-0700) Subject: uartlite: Fix build on sparc. X-Git-Tag: v2.6.34-rc2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07081fd8587478849b69d7b41596e81ff5a7f532;p=pandora-kernel.git uartlite: Fix build on sparc. We can get this driver enabled via MFD_TIMBERDALE which only requires GPIO to be on. But the of_address_to_resource() function is only present on powerpc and microblaze, so we have to conditionalize the CONFIG_OF probing bits on that. Signed-off-by: David S. Miller Signed-off-by: Grant Likely --- Reading git-diff-tree failed