projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4417d7f
)
vgaarb: trivial fix
author
Daniel J Blueman
<
[email protected]
>
Wed, 22 Sep 2010 17:05:35 +0000
(18:05 +0100)
committer
Dave Airlie
<
[email protected]
>
Fri, 24 Sep 2010 00:13:44 +0000
(10:13 +1000)
Correct function being needlessly visible outside compilation unit
when the only users are internal.
Signed-off-by: Daniel J Blueman <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
drivers/gpu/vga/vgaarb.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/vga/vgaarb.c
b/drivers/gpu/vga/vgaarb.c
index b87569e96b163c04fb35790ef8c457999480e3f3..f366f968155a3ed913ce770a60ca30cbf2f97981 100644
(file)
--- a/
drivers/gpu/vga/vgaarb.c
+++ b/
drivers/gpu/vga/vgaarb.c
@@
-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;