summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ft1000
diff options
context:
space:
mode:
authorKelley Nielsen2013-10-15 00:38:18 +0200
committerGreg Kroah-Hartman2013-10-15 17:50:33 +0200
commit1f13b0b8e7a60cfdc5fcc7367350592b37789528 (patch)
treea4cb7f01ddbf7d3fbb3dfcea28ba4c9f371d2415 /drivers/staging/ft1000
parentstaging: ft1000: remove formal get_request_type function header from ft1000-d... (diff)
downloadkernel-qcow2-linux-1f13b0b8e7a60cfdc5fcc7367350592b37789528.tar.gz
kernel-qcow2-linux-1f13b0b8e7a60cfdc5fcc7367350592b37789528.tar.xz
kernel-qcow2-linux-1f13b0b8e7a60cfdc5fcc7367350592b37789528.zip
staging: ft1000: remove formal get_request_value 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')
-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 f47546aa1385..97950b98919f 100644
--- a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
+++ b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
@@ -327,18 +327,6 @@ static u16 get_request_type_usb(struct ft1000_usb *ft1000dev)
return request_type;
}
-//---------------------------------------------------------------------------
-// Function: get_request_value
-//
-// Parameters: struct ft1000_usb - device structure
-//
-// Returns: request value - success
-//
-// Description: This function returns the request value
-//
-// Notes:
-//
-//---------------------------------------------------------------------------
static long get_request_value(struct ft1000_usb *ft1000dev)
{
u32 value;