staging: sm750fb: Remove multiple blank lines
Remove multiple blank lines. Issue found by checkpatch. Signed-off-by: Marcelo Guzmán Lamperti <marcelo.guzman.lamperti@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7ec0596f89
commit
2c4a97b44f
|
@ -62,8 +62,6 @@ unsigned short sii164GetDeviceID(void)
|
||||||
return deviceID;
|
return deviceID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* DVI.C will handle all SiI164 chip stuffs and try it best to make code minimal and useful */
|
/* DVI.C will handle all SiI164 chip stuffs and try it best to make code minimal and useful */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -239,10 +237,6 @@ long sii164InitChip(unsigned char edgeSelect,
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* below sii164 function is not necessary */
|
/* below sii164 function is not necessary */
|
||||||
|
|
||||||
#ifdef SII164_FULL_FUNCTIONS
|
#ifdef SII164_FULL_FUNCTIONS
|
||||||
|
@ -402,5 +396,3 @@ void sii164ClearInterrupt(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ enum sii164_hot_plug_mode {
|
||||||
SII164_HOTPLUG_USE_HTPLG /* Use Hot Plug detect bit. */
|
SII164_HOTPLUG_USE_HTPLG /* Use Hot Plug detect bit. */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Silicon Image SiI164 chip prototype */
|
/* Silicon Image SiI164 chip prototype */
|
||||||
long sii164InitChip(unsigned char edgeSelect,
|
long sii164InitChip(unsigned char edgeSelect,
|
||||||
unsigned char busSelect,
|
unsigned char busSelect,
|
||||||
|
@ -28,7 +27,6 @@ long sii164InitChip(unsigned char edgeSelect,
|
||||||
unsigned short sii164GetVendorID(void);
|
unsigned short sii164GetVendorID(void);
|
||||||
unsigned short sii164GetDeviceID(void);
|
unsigned short sii164GetDeviceID(void);
|
||||||
|
|
||||||
|
|
||||||
#ifdef SII164_FULL_FUNCTIONS
|
#ifdef SII164_FULL_FUNCTIONS
|
||||||
void sii164ResetChip(void);
|
void sii164ResetChip(void);
|
||||||
char *sii164GetChipString(void);
|
char *sii164GetChipString(void);
|
||||||
|
|
Loading…
Reference in New Issue