xfree86: Remove memClk from ScrnInfoRec
Never set by the core, not used in any modern driver. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
0b6f280602
commit
4dcf68e418
|
@ -649,7 +649,6 @@ typedef struct _ScrnInfoRec {
|
||||||
int videoRam; /* amount of video ram (kb) */
|
int videoRam; /* amount of video ram (kb) */
|
||||||
unsigned long memPhysBase; /* Physical address of FB */
|
unsigned long memPhysBase; /* Physical address of FB */
|
||||||
unsigned long fbOffset; /* Offset of FB in the above */
|
unsigned long fbOffset; /* Offset of FB in the above */
|
||||||
int memClk; /* memory clock */
|
|
||||||
Bool flipPixels; /* swap default black/white */
|
Bool flipPixels; /* swap default black/white */
|
||||||
void *options;
|
void *options;
|
||||||
|
|
||||||
|
|
|
@ -1209,7 +1209,6 @@ Here is what <function>InitOutput()</function> does:
|
||||||
clock[] (if not programmable)
|
clock[] (if not programmable)
|
||||||
videoRam
|
videoRam
|
||||||
memBase
|
memBase
|
||||||
memClk
|
|
||||||
driverPrivate
|
driverPrivate
|
||||||
chipID
|
chipID
|
||||||
chipRev
|
chipRev
|
||||||
|
|
Loading…
Reference in New Issue