summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/usb.c
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-05-30 11:31:52 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-05-31 22:02:58 -0700
commit5e569115e9b9d4af631589b9d9cc5227a660b008 (patch)
treef9ac059112455235b2b07954fbbaeeb753b64fd3 /drivers/staging/greybus/usb.c
parent5dad5c314b686ca84aa5477462fcfd2b1abcba46 (diff)
greybus: Remove unused VERSION specific macros
We don't use these anymore. Drop them. Note that some macro's specific to bridged PHY devices aren't removed in the patch, as gbsim will break otherwise. They will be removed separately. Compile tested. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/usb.c')
-rw-r--r--drivers/staging/greybus/usb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/greybus/usb.c b/drivers/staging/greybus/usb.c
index 7ed6a60c1d56..e5ba34ac7643 100644
--- a/drivers/staging/greybus/usb.c
+++ b/drivers/staging/greybus/usb.c
@@ -16,10 +16,6 @@
#include "greybus.h"
#include "gbphy.h"
-/* Version of the Greybus USB protocol we support */
-#define GB_USB_VERSION_MAJOR 0x00
-#define GB_USB_VERSION_MINOR 0x01
-
/* Greybus USB request types */
#define GB_USB_TYPE_HCD_START 0x02
#define GB_USB_TYPE_HCD_STOP 0x03