diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 16:16:38 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-04-20 16:16:38 -0500 |
commit | 30dc83a92275201af08596df5d5a38b15b95ce86 (patch) | |
tree | 1693964b8096098b7a93b741de13e379a2d55275 /drivers/pci/controller/pcie-rcar.h | |
parent | 5c5dd8839fc02fa9b9558005a32ce4d7d86fd774 (diff) | |
parent | 727de4c0876836fdf59ec13c3121880fc939cc3e (diff) |
Merge branch 'pci/controller/rcar'
- Rename internal #defines without "CONFIG_" prefix to avoid confusion
(Lukas Bulwahn)
* pci/controller/rcar:
PCI: rcar: Avoid defines prefixed with CONFIG
Diffstat (limited to 'drivers/pci/controller/pcie-rcar.h')
-rw-r--r-- | drivers/pci/controller/pcie-rcar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-rcar.h b/drivers/pci/controller/pcie-rcar.h index 9bb125db85c6..6799f81392fc 100644 --- a/drivers/pci/controller/pcie-rcar.h +++ b/drivers/pci/controller/pcie-rcar.h @@ -11,7 +11,7 @@ #define PCIECAR 0x000010 #define PCIECCTLR 0x000018 -#define CONFIG_SEND_ENABLE BIT(31) +#define PCIECCTLR_CCIE BIT(31) #define TYPE0 (0 << 8) #define TYPE1 BIT(8) #define PCIECDR 0x000020 |