Select VIRT_TO_BUS directly where needed
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 7 Mar 2013 04:48:16 +0000 (15:48 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2013 18:16:40 +0000 (11:16 -0700)
In commit 887cbce0adea ("arch Kconfig: centralise ARCH_NO_VIRT_TO_BUS")
I introduced the config sybmol HAVE_VIRT_TO_BUS and selected that where
needed.  I am not sure what I was thinking.  Instead, just directly
select VIRT_TO_BUS where it is needed.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found