aboutsummaryrefslogtreecommitdiff
path: root/hdata/paca.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdata/paca.c')
-rw-r--r--hdata/paca.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hdata/paca.c b/hdata/paca.c
index 6d001fd..7284a6e 100644
--- a/hdata/paca.c
+++ b/hdata/paca.c
@@ -190,7 +190,6 @@ static void add_icps(void)
irange, sizeof(irange));
dt_add_property(icp, "interrupt-controller", NULL, 0);
dt_add_property_cells(icp, "#address-cells", 0);
- dt_add_property_cells(icp, "#interrupt-cells", 1);
dt_add_property_string(icp, "device_type",
"PowerPC-External-Interrupt-Presentation");
for (i = 0; i < num_threads*2; i += 2) {