diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-27 16:18:33 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-06 10:49:56 -0600 |
commit | ceeda322e79c061968aa0f7365ee5af312f4f0be (patch) | |
tree | 388823035c0f101b190ccc69274be4b2f4a8cfdd /include/dt-bindings/interrupt-controller/mips-gic.h | |
parent | a822b95da4b799bdc2a42c06923af4359238dc9e (diff) |
include/dt-bindings: Remove unused 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 not referenced by any code outside of dts/upstream. We can
remove these now to prevent future conflicts.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/dt-bindings/interrupt-controller/mips-gic.h')
-rw-r--r-- | include/dt-bindings/interrupt-controller/mips-gic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/dt-bindings/interrupt-controller/mips-gic.h b/include/dt-bindings/interrupt-controller/mips-gic.h deleted file mode 100644 index cf35a577e37..00000000000 --- a/include/dt-bindings/interrupt-controller/mips-gic.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H -#define _DT_BINDINGS_INTERRUPT_CONTROLLER_MIPS_GIC_H - -#include <dt-bindings/interrupt-controller/irq.h> - -#define GIC_SHARED 0 -#define GIC_LOCAL 1 - -#endif |