mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 04:55:54 +07:00
staging: sm7xx: dead code removal
This patch remove dead code. Tested with SM712. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
86f3125b84
commit
d89954fa9b
@ -105,14 +105,6 @@ char __iomem *smtc_VRAMBaseAddress; /* video memory starting address */
|
|||||||
static u32 colreg[17];
|
static u32 colreg[17];
|
||||||
static struct par_info hw; /* hardware information */
|
static struct par_info hw; /* hardware information */
|
||||||
|
|
||||||
u16 smtc_ChipIDs[] = {
|
|
||||||
0x710,
|
|
||||||
0x712,
|
|
||||||
0x720
|
|
||||||
};
|
|
||||||
|
|
||||||
#define numSMTCchipIDs ARRAY_SIZE(smtc_ChipIDs)
|
|
||||||
|
|
||||||
static struct fb_var_screeninfo smtcfb_var = {
|
static struct fb_var_screeninfo smtcfb_var = {
|
||||||
.xres = 1024,
|
.xres = 1024,
|
||||||
.yres = 600,
|
.yres = 600,
|
||||||
|
@ -20,12 +20,6 @@
|
|||||||
|
|
||||||
#define FB_ACCEL_SMI_LYNX 88
|
#define FB_ACCEL_SMI_LYNX 88
|
||||||
|
|
||||||
#ifdef __BIG_ENDIAN
|
|
||||||
#define PC_VGA 0
|
|
||||||
#else
|
|
||||||
#define PC_VGA 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SCREEN_X_RES 1024
|
#define SCREEN_X_RES 1024
|
||||||
#define SCREEN_Y_RES 600
|
#define SCREEN_Y_RES 600
|
||||||
#define SCREEN_BPP 16
|
#define SCREEN_BPP 16
|
||||||
|
Loading…
Reference in New Issue
Block a user