diff options
| author | Tom Rini <[email protected]> | 2025-05-27 17:50:38 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-06 10:50:05 -0600 |
| commit | d8ff4a06526816fcb463551dd0ed41c7f696b012 (patch) | |
| tree | 8210c474f775c6b9aada3254b5e40679e909b783 /include/dt-bindings/interrupt-controller | |
| parent | 9006969b6d402992e89dc2c2810aff08249b2e4a (diff) | |
include/dt-bindings: Remove strict subset headers
As part of moving to using OF_UPSTREAM and so the upstream dt-bindings
headers we have a number of these headers that are in our include
directory and differ in being a strict subset of what is found upstream.
We can safely remove the copies under include/dt-bindings now to prevent
future conflicts.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/dt-bindings/interrupt-controller')
| -rw-r--r-- | include/dt-bindings/interrupt-controller/apple-aic.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/dt-bindings/interrupt-controller/apple-aic.h b/include/dt-bindings/interrupt-controller/apple-aic.h deleted file mode 100644 index 9ac56a7e6d3..00000000000 --- a/include/dt-bindings/interrupt-controller/apple-aic.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */ -#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H -#define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H - -#include <dt-bindings/interrupt-controller/irq.h> - -#define AIC_IRQ 0 -#define AIC_FIQ 1 - -#define AIC_TMR_HV_PHYS 0 -#define AIC_TMR_HV_VIRT 1 -#define AIC_TMR_GUEST_PHYS 2 -#define AIC_TMR_GUEST_VIRT 3 - -#endif |
