From 4dcf68e41857cdf78387a6232160cba5cb467fb0 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 14 Feb 2017 15:30:54 -0500 Subject: [PATCH] xfree86: Remove memClk from ScrnInfoRec Never set by the core, not used in any modern driver. Reviewed-by: Alex Deucher Reviewed-by: Aaron Plattner Acked-by: Keith Packard Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86str.h | 1 - hw/xfree86/doc/ddxDesign.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86str.h b/hw/xfree86/common/xf86str.h index b06057522..295a1ae01 100644 --- a/hw/xfree86/common/xf86str.h +++ b/hw/xfree86/common/xf86str.h @@ -649,7 +649,6 @@ typedef struct _ScrnInfoRec { int videoRam; /* amount of video ram (kb) */ unsigned long memPhysBase; /* Physical address of FB */ unsigned long fbOffset; /* Offset of FB in the above */ - int memClk; /* memory clock */ Bool flipPixels; /* swap default black/white */ void *options; diff --git a/hw/xfree86/doc/ddxDesign.xml b/hw/xfree86/doc/ddxDesign.xml index 0a141393a..ac56e080d 100644 --- a/hw/xfree86/doc/ddxDesign.xml +++ b/hw/xfree86/doc/ddxDesign.xml @@ -1209,7 +1209,6 @@ Here is what InitOutput() does: clock[] (if not programmable) videoRam memBase - memClk driverPrivate chipID chipRev