commit | 207e010b594b4e2eb046dc84ba8fd0001927edde | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Fri Feb 18 13:16:19 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 25 13:35:50 2022 -0400 |
tree | 6199e72eb5b0820703f9bf293ff0a11f7fb996b4 | |
parent | 417ae2c6a9dc9596cee7f1f39a5ae2b2a38c9e01 [diff] |
pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macros Macros PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* are unused and are duplication of PCI_CLASS_* macros defined in pci_ids.h header file. So remove them. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>