Commit 2c4a97b4 authored by Marcelo Guzmán Lamperti's avatar Marcelo Guzmán Lamperti Committed by Greg Kroah-Hartman

staging: sm750fb: Remove multiple blank lines

Remove multiple blank lines. Issue found by checkpatch.
Signed-off-by: default avatarMarcelo Guzmán Lamperti <marcelo.guzman.lamperti@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ec0596f
......@@ -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
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment