summaryrefslogtreecommitdiff
path: root/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
diff options
context:
space:
mode:
authorKelley Nielsen <kelleynnn@gmail.com>2013-10-15 02:21:48 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-15 19:50:33 +0400
commitc50ede79751ffcf263b8f4bbb4060f41eec3dfe0 (patch)
tree62e948e17937b00da0cf1f3f41b60920f18ac3a9 /drivers/staging/ft1000/ft1000-usb/ft1000_download.c
parentfafa4dcef4b5438427d194926e804b13e441fc92 (diff)
downloadlinux-c50ede79751ffcf263b8f4bbb4060f41eec3dfe0.tar.xz
staging: ft1000: remove formal get_request_type function header from ft1000-download.c
since there was no information in the C99 style header for function get_request_type() that was not easily obtainable by looking at the function, the header was completely removed. Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ft1000/ft1000-usb/ft1000_download.c')
-rw-r--r--drivers/staging/ft1000/ft1000-usb/ft1000_download.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
index 911acfda27c3..f47546aa1385 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
@@ -275,18 +275,6 @@ static void put_handshake_usb(struct ft1000_usb *ft1000dev,u16 handshake_value)
for (i=0; i<1000; i++);
}
-//---------------------------------------------------------------------------
-// Function: get_request_type
-//
-// Parameters: struct ft1000_usb - device structure
-//
-// Returns: request type - success
-//
-// Description: This function returns the request type
-//
-// Notes:
-//
-//---------------------------------------------------------------------------
static u16 get_request_type(struct ft1000_usb *ft1000dev)
{
u16 request_type;