USB: ezusb: unexport some functions that aren't being used
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:19:16 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 21:19:16 +0000 (14:19 -0700)
commitc30186e51e537d3ae8b1134983c1a5b4db3a8840
treeacf5c01bcf4a7189dd75aab2596ca3f3b36b5f80
parent068b054fde5cc0516717b4ec4d58d0659e1ca43b
USB: ezusb: unexport some functions that aren't being used

When the ezusb code was split out, support was added for the fx2 chip
type, but no one is using these functions, so comment it out.  If
someone needs it, it can be added back in the future.

Also properly include <linux/usb/ezusb.h> into the ezusb.c file, to
ensure we catch any function prototype mis-matches

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: René Bürgel <rene.buergel@sohard.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/ezusb.c
include/linux/usb/ezusb.h