[PATCH 3/3] staging: sm750fb: remove unused pllcalparam typedef

Mike Rapoport mike.rapoport at gmail.com
Thu Oct 22 06:38:41 UTC 2015


The pllcalparam type is not used and can be removed.

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

diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
index 7084a4a..0331d34 100644
--- a/drivers/staging/sm750fb/ddk750_chip.c
+++ b/drivers/staging/sm750fb/ddk750_chip.c
@@ -4,13 +4,6 @@
 #include "ddk750_reg.h"
 #include "ddk750_chip.h"
 #include "ddk750_power.h"
-typedef struct _pllcalparam {
-	unsigned char power;/* d : 0~ 6*/
-	unsigned char pod;
-	unsigned char od;
-	unsigned char value;/* value of  2 power d (2^d) */
-}
-pllcalparam;
 
 logical_chip_type_t getChipType(void)
 {
-- 
2.1.0



More information about the devel mailing list