diff options
author | Christoph Hellwig | 2020-08-01 08:17:13 +0200 |
---|---|---|
committer | Daniel Vetter | 2020-08-01 11:28:17 +0200 |
commit | f369bc3f9096f5d355e8b80540bc30ac9a602912 (patch) | |
tree | 835eb7b861c2c00b2dfd8f3d5d168bec90065fd6 /include/linux/vgaarb.h | |
parent | 70c8b4b8ab3714fb2d075be22aec05ae9c9a6a09 (diff) |
vgaarb: mark vga_tryget static
This symbols isn't used anywhere outside of vgaarb.c.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200801061713.307434-1-hch@lst.de
Diffstat (limited to 'include/linux/vgaarb.h')
-rw-r--r-- | include/linux/vgaarb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h index 553b34c8b5f7..977caf96c8d2 100644 --- a/include/linux/vgaarb.h +++ b/include/linux/vgaarb.h @@ -110,12 +110,6 @@ static inline int vga_get_uninterruptible(struct pci_dev *pdev, } #if defined(CONFIG_VGA_ARB) -extern int vga_tryget(struct pci_dev *pdev, unsigned int rsrc); -#else -static inline int vga_tryget(struct pci_dev *pdev, unsigned int rsrc) { return 0; } -#endif - -#if defined(CONFIG_VGA_ARB) extern void vga_put(struct pci_dev *pdev, unsigned int rsrc); #else #define vga_put(pdev, rsrc) |