]> git.baikalelectronics.ru Git - kernel.git/commit
Don't try to compile shmobile-iommu outside of ARM
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Nov 2013 02:57:42 +0000 (18:57 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Nov 2013 02:57:42 +0000 (18:57 -0800)
commitb73836c1ac329d62b6ed09a801d20606783bf2be
treeb773366ecb8f74f9965d8db301881f94125b1fab
parent723cc8680021dd760c3bb0c32f8131f64b0df1f8
Don't try to compile shmobile-iommu outside of ARM

Commit fa5909b18580 ("iommu/shmobile: Enable the driver on all ARM
platforms") completely brokenly enabled the shmobile-iommu driver under
COMPILE_TEST.

It's bogus, because it won't compile anywhere else than ARM, since it
tries to include <asm/dma-iommu.h>, which is very much ARM-only.

So remove the bogus COMPILE_TEST dependency, which just causes
allmodconfig to fail on non-ARM platforms.

Cc: Joerg Roedel <joro@8bytes.org>
Cc: iommu@lists.linux-foundation.org
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: Simon Horman <horms@verge.net.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/iommu/Kconfig