[PATCH 19/19] staging: sm750fb: remove unused fields from struct sm750_dev

Mike Rapoport mike.rapoport at gmail.com
Mon Oct 26 07:06:08 UTC 2015


The {x,y}LCD fields of struct sm750_dev are not used and can be removed.

Signed-off-by: Mike Rapoport <mike.rapoport at gmail.com>
---
 drivers/staging/sm750fb/sm750.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index 6002e37..b0a93cd 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -98,8 +98,6 @@ struct sm750_dev {
 	enum sm750_pnltype pnltype;
 	enum sm750_dataflow dataflow;
 	int nocrt;
-	int xLCD;
-	int yLCD;
 
 	/*
 	 * 0: no hardware cursor
-- 
2.1.0



More information about the devel mailing list