diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arm/sa11x0/sa11x0.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/sa11x0/sa11x0.c b/sys/arm/sa11x0/sa11x0.c index 4c12162..90ed918 100644 --- a/sys/arm/sa11x0/sa11x0.c +++ b/sys/arm/sa11x0/sa11x0.c @@ -113,8 +113,8 @@ sa1110_setup_intr(device_t dev, device_t child, saved_cpsr = SetCPSR(I32_bit, I32_bit); SetCPSR(I32_bit, saved_cpsr & I32_bit); - BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, intr, arg, - cookiep); + BUS_SETUP_INTR(device_get_parent(dev), child, ires, flags, filt, + intr, arg, cookiep); return (0); } |