aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/vgaarb.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2009-09-17 09:40:31 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2009-09-17 10:05:28 -0700
commite2d4304b7d2b85c45de89ec420037d6b9261a12d (patch)
tree37927f574ea73d7911c728012f641836a506ffc8 /include/linux/vgaarb.h
parentPCI: Disable AER with pci=nomsi (diff)
downloadwireguard-linux-e2d4304b7d2b85c45de89ec420037d6b9261a12d.tar.xz
wireguard-linux-e2d4304b7d2b85c45de89ec420037d6b9261a12d.zip
PCI: fix VGA arbiter header file
Remove reference to vgaarb.c and replace it with a comment about the arbiter itself. Reported-by: Tiago Vignatti <tiago.vignatti@nokia.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/linux/vgaarb.h')
-rw-r--r--include/linux/vgaarb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/vgaarb.h b/include/linux/vgaarb.h
index e81c64af80c1..a1fa1da8dc1a 100644
--- a/include/linux/vgaarb.h
+++ b/include/linux/vgaarb.h
@@ -1,5 +1,6 @@
/*
- * vgaarb.c
+ * The VGA aribiter manages VGA space routing and VGA resource decode to
+ * allow multiple VGA devices to be used in a system in a safe way.
*
* (C) Copyright 2005 Benjamin Herrenschmidt <benh@kernel.crashing.org>
* (C) Copyright 2007 Paulo R. Zanoni <przanoni@gmail.com>