aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/ezusb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-24 14:19:16 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-24 14:19:16 -0700
commitc30186e51e537d3ae8b1134983c1a5b4db3a8840 (patch)
treeacf5c01bcf4a7189dd75aab2596ca3f3b36b5f80 /include/linux/usb/ezusb.h
parentUSB: OHCI: sm501: fix build failure after ohci_finish_controller_resume removal (diff)
downloadlinux-dev-c30186e51e537d3ae8b1134983c1a5b4db3a8840.tar.xz
linux-dev-c30186e51e537d3ae8b1134983c1a5b4db3a8840.zip
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>
Diffstat (limited to 'include/linux/usb/ezusb.h')
-rw-r--r--include/linux/usb/ezusb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/usb/ezusb.h b/include/linux/usb/ezusb.h
index fc618d8d1e92..639ee45779fb 100644
--- a/include/linux/usb/ezusb.h
+++ b/include/linux/usb/ezusb.h
@@ -1,16 +1,8 @@
#ifndef __EZUSB_H
#define __EZUSB_H
-
-extern int ezusb_writememory(struct usb_device *dev, int address,
- unsigned char *data, int length, __u8 bRequest);
-
extern int ezusb_fx1_set_reset(struct usb_device *dev, unsigned char reset_bit);
-extern int ezusb_fx2_set_reset(struct usb_device *dev, unsigned char reset_bit);
-
extern int ezusb_fx1_ihex_firmware_download(struct usb_device *dev,
const char *firmware_path);
-extern int ezusb_fx2_ihex_firmware_download(struct usb_device *dev,
- const char *firmware_path);
#endif /* __EZUSB_H */