projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a4dc2
)
vgaarb: remove VGA_DEFAULT_DEVICE
author
Christoph Hellwig
<hch@lst.de>
Fri, 16 Jul 2021 06:16:28 +0000
(08:16 +0200)
committer
Christian König
<christian.koenig@amd.com>
Wed, 21 Jul 2021 08:28:42 +0000
(10:28 +0200)
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>
include/linux/vgaarb.h
patch
|
blob
|
history
diff --git
a/include/linux/vgaarb.h
b/include/linux/vgaarb.h
index
dc6ddce
..
26ec8a0
100644
(file)
--- 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 */