aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vgaarb.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2021-07-16 08:16:28 +0200
committerChristian König <christian.koenig@amd.com>2021-07-21 10:28:42 +0200
commit77e21b50acab326173716830ef15a2f237f2d198 (patch)
tree2f0f352481c8ff23c03b34c56341ddf1482c9730 /include/linux/vgaarb.h
parentdrm/v3d: Expose performance counters to userspace (diff)
downloadwireguard-linux-77e21b50acab326173716830ef15a2f237f2d198.tar.xz
wireguard-linux-77e21b50acab326173716830ef15a2f237f2d198.zip
vgaarb: remove VGA_DEFAULT_DEVICE
The define is entirely unused. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://patchwork.freedesktop.org/patch/msgid/20210716061634.2446357-2-hch@lst.de Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include/linux/vgaarb.h')
-rw-r--r--include/linux/vgaarb.h6
1 files changed, 0 insertions, 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 */