]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
greybus: greybus_protocols: fix guard tag
authorAlex Elder <elder@linaro.org>
Wed, 27 May 2015 19:45:58 +0000 (14:45 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 28 May 2015 21:04:08 +0000 (14:04 -0700)
I neglected to update the "#ifndef/#define" when I renamed
"greybus_protocols.h".  Fix that.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus_protocols.h

index 305c33d08646d0c60fd2dd0694cfe31f5fff433b..32d84640e295ef3dc0a82813be5fd0e28c548bd1 100644 (file)
@@ -49,8 +49,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef __GB_GPBRIDGE_H__
-#define __GB_GPBRIDGE_H__
+#ifndef __GREYBUS_PROTOCOLS_H
+#define __GREYBUS_PROTOCOLS_H
 
 /* I2C */
 
@@ -540,4 +540,4 @@ struct gb_svc_conn_destroy_request {
 };
 /* connection destroy response has no payload */
 
-#endif /* __GB_GPBRIDGE_H__ */
+#endif /* __GREYBUS_PROTOCOLS_H */