From: Christoph Hellwig Date: Fri, 16 Jul 2021 06:16:28 +0000 (+0200) Subject: vgaarb: remove VGA_DEFAULT_DEVICE X-Git-Tag: v5.15-rc1~32^2~27^2~11 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=77e21b50acab326173716830ef15a2f237f2d198;p=tomoyo%2Ftomoyo-test1.git vgaarb: remove VGA_DEFAULT_DEVICE The define is entirely unused. Signed-off-by: Christoph Hellwig Link: https://patchwork.freedesktop.org/patch/msgid/20210716061634.2446357-2-hch@lst.de Acked-by: Christian König Signed-off-by: Christian König --- 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 */