diff options
| author | Linus Walleij <[email protected]> | 2020-06-07 23:51:24 +0200 |
|---|---|---|
| committer | Marc Zyngier <[email protected]> | 2020-06-27 11:54:54 +0100 |
| commit | b0b92ab6a86e59779c2b17c5f611b04120fdfbb6 (patch) | |
| tree | 558bbfcff75dbeebea15ce6c8f7364f7959b93aa /include/linux/irqchip | |
| parent | adf4f9d49c74a812757c5c67879ece0e54b75417 (diff) | |
irqchip/vic: Cut down the external API
There are registers and functions in the header file
that are only used inside the driver. Move these into
the driver.
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux/irqchip')
| -rw-r--r-- | include/linux/irqchip/arm-vic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/irqchip/arm-vic.h b/include/linux/irqchip/arm-vic.h index 2a4b6a5d8522..f2b11d1df23d 100644 --- a/include/linux/irqchip/arm-vic.h +++ b/include/linux/irqchip/arm-vic.h @@ -9,15 +9,6 @@ #include <linux/types.h> -#define VIC_RAW_STATUS 0x08 -#define VIC_INT_ENABLE 0x10 /* 1 = enable, 0 = disable */ -#define VIC_INT_ENABLE_CLEAR 0x14 - -struct device_node; -struct pt_regs; - -void __vic_init(void __iomem *base, int parent_irq, int irq_start, - u32 vic_sources, u32 resume_sources, struct device_node *node); void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources, u32 resume_sources); #endif |
