]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: sdio: remove the redefine of sdio major and minor
authorPhong Tran <tranmanphong@gmail.com>
Fri, 26 Jun 2015 14:05:11 +0000 (21:05 +0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 30 Jun 2015 01:06:08 +0000 (18:06 -0700)
The macro of sdio version major and minor is defined twice.
This patch remove the redundant one.

Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Reviewed-by: Rui Miguel Silva <rui.silva@linaro.org>
Reviewed-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h

index 9f9b722de7df5b1b22c462a4d9477d26ba964706..83f8dc209727040449be27721d3eb71193ea1255 100644 (file)
@@ -660,10 +660,6 @@ struct gb_uart_serial_state_request {
 #define GB_SDIO_VERSION_MAJOR          0x00
 #define GB_SDIO_VERSION_MINOR          0x01
 
-/* Version of the Greybus SDIO protocol we support */
-#define GB_SDIO_VERSION_MAJOR          0x00
-#define GB_SDIO_VERSION_MINOR          0x01
-
 /* Greybus SDIO operation types */
 #define GB_SDIO_TYPE_INVALID                   0x00
 #define GB_SDIO_TYPE_PROTOCOL_VERSION          0x01