From: David Miller Date: Wed, 3 Mar 2010 10:50:26 +0000 (-0800) Subject: uartlite: Fix build on sparc. X-Git-Tag: v2.6.34-rc2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f157b58511e56d418eb582de96fedc4ea03d8061;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 Acked-by: Grant Likely Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed