]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
greybus: fix greybus_class_type symbol names
authorAlex Elder <elder@linaro.org>
Fri, 3 Oct 2014 19:14:23 +0000 (14:14 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Sat, 4 Oct 2014 02:00:10 +0000 (19:00 -0700)
These were inadvertently not fixed when the type name was changed.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/greybus_manifest.h

index 35e1c5df04242abaace8560fe7592e561b5ba19b..d31eb684c9f19cde7e632b2e15e054fec7b3c991 100644 (file)
@@ -35,20 +35,20 @@ enum greybus_protocol {
 };
 
 enum greybus_class_type {
-       GREYBUS_FUNCTION_CONTROL        = 0x00,
-       GREYBUS_FUNCTION_USB            = 0x01,
-       GREYBUS_FUNCTION_GPIO           = 0x02,
-       GREYBUS_FUNCTION_SPI            = 0x03,
-       GREYBUS_FUNCTION_UART           = 0x04,
-       GREYBUS_FUNCTION_PWM            = 0x05,
-       GREYBUS_FUNCTION_I2S            = 0x06,
-       GREYBUS_FUNCTION_I2C            = 0x07,
-       GREYBUS_FUNCTION_SDIO           = 0x08,
-       GREYBUS_FUNCTION_HID            = 0x09,
-       GREYBUS_FUNCTION_DISPLAY        = 0x0a,
-       GREYBUS_FUNCTION_CAMERA         = 0x0b,
-       GREYBUS_FUNCTION_SENSOR         = 0x0c,
-       GREYBUS_FUNCTION_VENDOR         = 0xff,
+       GREYBUS_CLASS_CONTROL           = 0x00,
+       GREYBUS_CLASS_USB               = 0x01,
+       GREYBUS_CLASS_GPIO              = 0x02,
+       GREYBUS_CLASS_SPI               = 0x03,
+       GREYBUS_CLASS_UART              = 0x04,
+       GREYBUS_CLASS_PWM               = 0x05,
+       GREYBUS_CLASS_I2S               = 0x06,
+       GREYBUS_CLASS_I2C               = 0x07,
+       GREYBUS_CLASS_SDIO              = 0x08,
+       GREYBUS_CLASS_HID               = 0x09,
+       GREYBUS_CLASS_DISPLAY           = 0x0a,
+       GREYBUS_CLASS_CAMERA            = 0x0b,
+       GREYBUS_CLASS_SENSOR            = 0x0c,
+       GREYBUS_CLASS_VENDOR            = 0xff,
 };
 
 /*