1
0
Fork 0

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>
hifive-unleashed-5.1
Marcelo Guzmán Lamperti 2018-01-07 22:03:32 -03:00 committed by Greg Kroah-Hartman
parent 7ec0596f89
commit 2c4a97b44f
2 changed files with 0 additions and 10 deletions

View File

@ -62,8 +62,6 @@ unsigned short sii164GetDeviceID(void)
return deviceID;
}
/* 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;
}
/* below sii164 function is not necessary */
#ifdef SII164_FULL_FUNCTIONS
@ -402,5 +396,3 @@ void sii164ClearInterrupt(void)
#endif
#endif

View File

@ -12,7 +12,6 @@ enum sii164_hot_plug_mode {
SII164_HOTPLUG_USE_HTPLG /* Use Hot Plug detect bit. */
};
/* Silicon Image SiI164 chip prototype */
long sii164InitChip(unsigned char edgeSelect,
unsigned char busSelect,
@ -28,7 +27,6 @@ long sii164InitChip(unsigned char edgeSelect,
unsigned short sii164GetVendorID(void);
unsigned short sii164GetDeviceID(void);
#ifdef SII164_FULL_FUNCTIONS
void sii164ResetChip(void);
char *sii164GetChipString(void);