diff options
Diffstat (limited to 'drivers/irqchip/irq-bcm6345-l1.c')
-rw-r--r-- | drivers/irqchip/irq-bcm6345-l1.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/irqchip/irq-bcm6345-l1.c b/drivers/irqchip/irq-bcm6345-l1.c index 43f8abe40878..e3483789f4df 100644 --- a/drivers/irqchip/irq-bcm6345-l1.c +++ b/drivers/irqchip/irq-bcm6345-l1.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Broadcom BCM6345 style Level 1 interrupt controller driver | 3 | * Broadcom BCM6345 style Level 1 interrupt controller driver |
3 | * | 4 | * |
4 | * Copyright (C) 2014 Broadcom Corporation | 5 | * Copyright (C) 2014 Broadcom Corporation |
5 | * Copyright 2015 Simon Arlott | 6 | * Copyright 2015 Simon Arlott |
6 | * | 7 | * |
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | * | ||
11 | * This is based on the BCM7038 (which supports SMP) but with a single | 8 | * This is based on the BCM7038 (which supports SMP) but with a single |
12 | * enable register instead of separate mask/set/clear registers. | 9 | * enable register instead of separate mask/set/clear registers. |
13 | * | 10 | * |