Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 201ba4c4 authored by Daniel J Blueman's avatar Daniel J Blueman Committed by Dave Airlie
Browse files

vgaarb: trivial fix



Correct function being needlessly visible outside compilation unit
when the only users are internal.

Signed-off-by: default avatarDaniel J Blueman <daniel.blueman@gmail.com>
Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 4417d7f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -598,7 +598,7 @@ static inline void vga_update_device_decodes(struct vga_device *vgadev,
	pr_debug("vgaarb: decoding count now is: %d\n", vga_decode_count);
}

void __vga_set_legacy_decoding(struct pci_dev *pdev, unsigned int decodes, bool userspace)
static void __vga_set_legacy_decoding(struct pci_dev *pdev, unsigned int decodes, bool userspace)
{
	struct vga_device *vgadev;
	unsigned long flags;