diff options
author | Amitoj Kaur Chawla <amitoj1606@gmail.com> | 2015-10-10 02:16:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-12 20:33:51 -0700 |
commit | 0221381c46457c5c305b9cb5bc4f84b8e29e4d71 (patch) | |
tree | c1d473b2c371d937488be550fd237b7dc2471503 /drivers/staging/sm750fb | |
parent | 43ce0b538a5e2b8117337e6509f667943222ef3e (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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/sm750fb/ddk750_chip.h b/drivers/staging/sm750fb/ddk750_chip.h index 6e87a1792c8b..0891384ef3e5 100644 --- a/drivers/staging/sm750fb/ddk750_chip.h +++ b/drivers/staging/sm750fb/ddk750_chip.h @@ -16,7 +16,6 @@ typedef enum _logical_chip_type_t { } logical_chip_type_t; - typedef enum _clock_type_t { MXCLK_PLL, PRIMARY_PLL, @@ -70,7 +69,6 @@ typedef struct _initchip_param_t { } initchip_param_t; - logical_chip_type_t getChipType(void); unsigned int calcPllValue(unsigned int request, pll_value_t *pll); unsigned int formatPllReg(pll_value_t *pPLL); @@ -78,5 +76,4 @@ void ddk750_set_mmio(void __iomem *, unsigned short, char); unsigned int ddk750_getVMSize(void); int ddk750_initHw(initchip_param_t *); - #endif |