]> git.baikalelectronics.ru Git - uboot.git/commit
pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macros
authorPali Rohár <pali@kernel.org>
Fri, 18 Feb 2022 12:16:19 +0000 (13:16 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 25 Mar 2022 17:35:50 +0000 (13:35 -0400)
commit95bccfcc81d0120be0bc979a34dbeb5edbb85022
tree6199e72eb5b0820703f9bf293ff0a11f7fb996b4
parentf1058a13d10526f1b076ff0f375b6a7402e1ddf3
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>
include/pci.h