diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2025-04-24 14:56:52 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2025-05-31 10:24:01 +0200 |
commit | c9b26429c8c7aa2836322aeab38be4254d166e02 (patch) | |
tree | 572c5747033606d8bb6123d3e7209f529cf9c1bf | |
parent | 67ebb5890a15e82f369df46e9411250252b5a98c (diff) |
fbdev: atyfb: Remove unused PCI vendor ID
The custom definition of PCI vendor ID in video/mach64.h is unused.
Remove it. Note, that the proper one is available in pci_ids.h.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r-- | include/video/mach64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/mach64.h b/include/video/mach64.h index d96e3c189634..f1709f7c8421 100644 --- a/include/video/mach64.h +++ b/include/video/mach64.h @@ -934,9 +934,6 @@ #define MEM_BNDRY_EN 0x00040000 #define ONE_MB 0x100000 -/* ATI PCI constants */ -#define PCI_ATI_VENDOR_ID 0x1002 - /* CNFG_CHIP_ID register constants */ #define CFG_CHIP_TYPE 0x0000FFFF |