From: Vaishali Thakkar Date: Sat, 25 Oct 2014 06:26:29 +0000 (+0530) Subject: Staging: rtl8723au: Use USB API functions X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~925 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94d2fc6361a75b61a0753114e52379f1c900fb30;p=pandora-kernel.git Staging: rtl8723au: Use USB API functions This patch replaces driver specific functions(RT_usb_endpoint_is_bulk_in, RT_usb_endpoint_is_bulk_out, RT_usb_endpoint_is_int_in) with USB API functions(usb_endpoint_is_bulk_in, usb_endpoint_is_bulk_out, usb_endpoint_is_int_in). Also, this patch removes these three RT functions as they are no longer needed after replacement. This patch also have one line over 80 characters as limiting it to 80 characters does not make code look good. Signed-off-by: Vaishali Thakkar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed