Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b1904c7 authored by Javier M. Mellid's avatar Javier M. Mellid Committed by Greg Kroah-Hartman
Browse files

staging: sm7xxfb: dead code removal



This patch removes dead code.

Tested with SM712.

Signed-off-by: default avatarJavier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 258767fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,6 @@
 */
 */


#define NR_PALETTE        256
#define NR_PALETTE        256
#define NR_RGB            2


#define FB_ACCEL_SMI_LYNX 88
#define FB_ACCEL_SMI_LYNX 88


+0 −4
Original line number Original line Diff line number Diff line
@@ -42,10 +42,6 @@ struct screen_info smtc_screen_info;
struct smtcfb_info {
struct smtcfb_info {
	struct fb_info fb;
	struct fb_info fb;
	struct pci_dev *pdev;
	struct pci_dev *pdev;
	struct {
		u8 red, green, blue;
	} palette[NR_RGB];
	u_int palette_size;


	u16 chipID;
	u16 chipID;
	unsigned char __iomem *m_pMMIO;
	unsigned char __iomem *m_pMMIO;