Re: [PATCH v1 1/1] atyfb: Remove unused PCI vendor ID

2025-04-24 Thread Helge Deller
On 4/24/25 13:56, Andy Shevchenko wrote: 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 --- include/video/mach64.h | 3 --- 1 file changed, 3 deletions(-) applied. Thanks! H

[PATCH v1 1/1] atyfb: Remove unused PCI vendor ID

2025-04-24 Thread Andy Shevchenko
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 --- include/video/mach64.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/video/mach64.h b/include/video/mach64.h inde