Christoph Hellwig
2021-Jul-16 06:16 UTC
[Nouveau] [PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE
The define is entirely unused. Signed-off-by: Christoph Hellwig <hch at lst.de> --- include/linux/vgaarb.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h index dc6ddce92066..26ec8a057d2a 100644 --- a/include/linux/vgaarb.h +++ b/include/linux/vgaarb.h @@ -42,12 +42,6 @@ #define VGA_RSRC_NORMAL_IO 0x04 #define VGA_RSRC_NORMAL_MEM 0x08 -/* Passing that instead of a pci_dev to use the system "default" - * device, that is the one used by vgacon. Archs will probably - * have to provide their own vga_default_device(); - */ -#define VGA_DEFAULT_DEVICE (NULL) - struct pci_dev; /* For use by clients */ -- 2.30.2
Christian König
2021-Jul-16 07:14 UTC
[Nouveau] [PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE
Am 16.07.21 um 08:16 schrieb Christoph Hellwig:> The define is entirely unused. > > Signed-off-by: Christoph Hellwig <hch at lst.de>I'm not an expert for this particular code, but at least of hand everything you do here makes totally sense. Whole series is Acked-by: Christian K?nig <christian.koenig at amd.com> Regards, Christian.> --- > include/linux/vgaarb.h | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h > index dc6ddce92066..26ec8a057d2a 100644 > --- a/include/linux/vgaarb.h > +++ b/include/linux/vgaarb.h > @@ -42,12 +42,6 @@ > #define VGA_RSRC_NORMAL_IO 0x04 > #define VGA_RSRC_NORMAL_MEM 0x08 > > -/* Passing that instead of a pci_dev to use the system "default" > - * device, that is the one used by vgacon. Archs will probably > - * have to provide their own vga_default_device(); > - */ > -#define VGA_DEFAULT_DEVICE (NULL) > - > struct pci_dev; > > /* For use by clients */