From f63c4824aa1b745cf283453fd53385230307d8d1 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Fri, 15 Nov 2013 18:57:42 -0800 Subject: [PATCH] Don't try to compile shmobile-iommu outside of ARM Commit 7d02c4d64dbb ("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 , 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 Cc: iommu@lists.linux-foundation.org Cc: Laurent Pinchart Cc: Simon Horman Signed-off-by: Linus Torvalds --- Reading git-format-patch failed