aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorMike Rapoport <mike.rapoport@gmail.com>2015-10-22 09:38:41 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:03:28 -0700
commit7a81b9477a0a247148096e8184a2657fdbd04a82 (patch)
treeb91ac1e582e43ed4fa16ae7d6b58836e8bae5d7f /drivers/staging/sm750fb
parentstaging: sm750fb: simplify PLL divisors calculations (diff)
downloadlinux-dev-7a81b9477a0a247148096e8184a2657fdbd04a82.tar.xz
linux-dev-7a81b9477a0a247148096e8184a2657fdbd04a82.zip
staging: sm750fb: remove unused pllcalparam typedef
The pllcalparam type is not used and can be removed. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r--drivers/staging/sm750fb/ddk750_chip.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
index 7084a4a41042..0331d34458ae 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)
{