public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sisfb fix
@ 2002-06-04  6:29 ms
  0 siblings, 0 replies; only message in thread
From: ms @ 2002-06-04  6:29 UTC (permalink / raw)
  To: linux-kernel

This patch contains a fix for recently submitted sisfb code from alan (ac).
Missing var in struct.

diff -Naur linux/include/linux/sisfb.h linux-sisfb/include/linux/sisfb.h
--- linux/include/linux/sisfb.h Tue Jun  4 18:22:32 2002
+++ linux-sisfb/include/linux/sisfb.h   Tue Jun  4 18:21:32 2002
@@ -108,6 +108,7 @@
        unsigned char revision_id;
 
        char reserved[256];
+       unsigned int mtrr;
 };
 
 #ifdef __KERNEL__




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-04 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04  6:29 [PATCH] sisfb fix ms

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox