diff options
| author | Tom Rini <[email protected]> | 2025-05-27 16:18:34 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-06 10:49:56 -0600 |
| commit | f335f5265bfd3464dfb2bfc716fa2b5f7aab360b (patch) | |
| tree | 124052e3bc6c0996d836600e9303d166c57bf44d /include/dt-bindings/arm | |
| parent | ceeda322e79c061968aa0f7365ee5af312f4f0be (diff) | |
include/dt-bindings: Remove identical 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 are currently identical to the versions in dts/upstream.
We can remove these now to prevent future conflicts.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/dt-bindings/arm')
| -rw-r--r-- | include/dt-bindings/arm/ux500_pm_domains.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/dt-bindings/arm/ux500_pm_domains.h b/include/dt-bindings/arm/ux500_pm_domains.h deleted file mode 100644 index 9bd764f0c9e..00000000000 --- a/include/dt-bindings/arm/ux500_pm_domains.h +++ /dev/null @@ -1,15 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Copyright (C) 2014 Linaro Ltd. - * - * Author: Ulf Hansson <[email protected]> - */ -#ifndef _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H -#define _DT_BINDINGS_ARM_UX500_PM_DOMAINS_H - -#define DOMAIN_VAPE 0 - -/* Number of PM domains. */ -#define NR_DOMAINS (DOMAIN_VAPE + 1) - -#endif |
