diff options
author | Michal Simek | 2022-07-07 13:06:16 +0200 |
---|---|---|
committer | Michal Simek | 2022-07-26 08:23:55 +0200 |
commit | 7e9c2cd4e46cb93c22ea513c24c83b07873deac6 (patch) | |
tree | 3dd366932211ace06d3d39eb856a775abeebfed0 /include | |
parent | 34b01c22ccd2cf55a85a05c8d542bab0523f76c0 (diff) |
xilinx: Remove duplicate PMIO_NODE_ID_BASE macro
PMIO_NODE_ID_BASE is defined twice that's why remove one instance.
Fixes: 248fe9f302df ("spi: cadence_qspi: Enable apb linear mode for apb read & write operations")
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ce9a601bb99418aa20272d046c74678829d942cc.1657191974.git.michal.simek@amd.com
Diffstat (limited to 'include')
-rw-r--r-- | include/zynqmp_firmware.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zynqmp_firmware.h b/include/zynqmp_firmware.h index 6c4fd9a6c5f..86c14d560e1 100644 --- a/include/zynqmp_firmware.h +++ b/include/zynqmp_firmware.h @@ -435,8 +435,6 @@ enum pm_gem_config_type { #define PMUFW_V1_0 ((1 << ZYNQMP_PM_VERSION_MAJOR_SHIFT) | 0) #define PMIO_NODE_ID_BASE 0x1410801B -#define PMIO_NODE_ID_BASE 0x1410801B - /* * Return payload size * Not every firmware call expects the same amount of return bytes, however the |