summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-08 07:53:58 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-08 09:50:08 +0100
commit0ce5fdb14b8ede01a59f378a2f7fcee877dab8ad (patch)
tree6386edf59c6ddb9a482cb61318724d06cfb05e5f /drivers/staging/sm750fb
parent07387cba8168b8dbffe17301290d65e893b831a2 (diff)
staging: sm750fb: Remove multiple blank lines
Remove multiple blank lines. Problem found using checkpatch.pl CHECK: Please don't use multiple blank lines Signed-off-by: Amitoj Kaur Chawla <amitoj1606@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 03e259da622e..0734044d7040 100644
--- a/drivers/staging/sm750fb/ddk750_chip.c
+++ b/drivers/staging/sm750fb/ddk750_chip.c
@@ -12,7 +12,6 @@ typedef struct _pllcalparam {
}
pllcalparam;
-
logical_chip_type_t getChipType(void)
{
unsigned short physicalID;
@@ -74,7 +73,6 @@ static unsigned int getPllValue(clock_type_t clockType, pll_value_t *pPLL)
return calcPLL(pPLL);
}
-
static unsigned int getChipClock(void)
{
pll_value_t pll;
@@ -86,7 +84,6 @@ static unsigned int getChipClock(void)
return getPllValue(MXCLK_PLL, &pll);
}
-
/*
* This function set up the main chip clock.
*
@@ -121,8 +118,6 @@ static void setChipClock(unsigned int frequency)
}
}
-
-
static void setMemoryClock(unsigned int frequency)
{
unsigned int ulReg, divisor;
@@ -162,7 +157,6 @@ static void setMemoryClock(unsigned int frequency)
}
}
-
/*
* This function set up the master clock (MCLK).
*
@@ -210,7 +204,6 @@ static void setMasterClock(unsigned int frequency)
}
}
-
unsigned int ddk750_getVMSize(void)
{
unsigned int reg;