Displaying 1 result from an estimated 1 matches for "28ccab4".
Did you mean:
24ccab0
2010 Jul 20
2
[PATCH] vga16fb: refuse to load in face of other driver controlling primary card
...e to load.
It fixes nouveau interrupt storm on some machines.
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
drivers/video/vga16fb.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/drivers/video/vga16fb.c b/drivers/video/vga16fb.c
index 28ccab4..4505446 100644
--- a/drivers/video/vga16fb.c
+++ b/drivers/video/vga16fb.c
@@ -22,6 +22,7 @@
#include <linux/platform_device.h>
#include <linux/screen_info.h>
+#include <asm/fb.h>
#include <asm/io.h>
#include <video/vga.h>
@@ -1415,7 +1416,7 @@ static struct p...