summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/vibrator.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/vibrator.c
parent5dad5c314b686ca84aa5477462fcfd2b1abcba46 (diff)
downloadop-kernel-dev-5e569115e9b9d4af631589b9d9cc5227a660b008.zip
op-kernel-dev-5e569115e9b9d4af631589b9d9cc5227a660b008.tar.gz
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/vibrator.c')
-rw-r--r--drivers/staging/greybus/vibrator.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/greybus/vibrator.c b/drivers/staging/greybus/vibrator.c
index 5afcb27..33b2bf9c 100644
--- a/drivers/staging/greybus/vibrator.c
+++ b/drivers/staging/greybus/vibrator.c
@@ -21,10 +21,6 @@ struct gb_vibrator_device {
int minor; /* vibrator minor number */
};
-/* Version of the Greybus vibrator protocol we support */
-#define GB_VIBRATOR_VERSION_MAJOR 0x00
-#define GB_VIBRATOR_VERSION_MINOR 0x01
-
/* Greybus Vibrator operation types */
#define GB_VIBRATOR_TYPE_ON 0x02
#define GB_VIBRATOR_TYPE_OFF 0x03
OpenPOWER on IntegriCloud