From: Kelley Nielsen Date: Mon, 14 Oct 2013 22:38:18 +0000 (-0700) Subject: staging: ft1000: remove formal get_request_value function header from ft1000-download.c X-Git-Tag: v4.14-rc1~8675^2~277 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f13b0b8e7a60cfdc5fcc7367350592b37789528;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_download.c b/drivers/staging/ft1000/ft1000-usb/ft1000_download.c index f47546a..97950b9 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;