summaryrefslogtreecommitdiff
path: root/checks.c
diff options
context:
space:
mode:
Diffstat (limited to 'checks.c')
-rw-r--r--checks.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/checks.c b/checks.c
index 8153793..c6eba76 100644
--- a/checks.c
+++ b/checks.c
@@ -1581,11 +1581,6 @@ static void check_interrupt_provider(struct check *c,
if (!prop)
FAIL(c, dti, node,
"Missing #interrupt-cells in interrupt provider");
-
- prop = get_property(node, "#address-cells");
- if (!prop)
- FAIL(c, dti, node,
- "Missing #address-cells in interrupt provider");
}
WARNING(interrupt_provider, check_interrupt_provider, NULL, &interrupts_extended_is_cell);