Commit 012d7d4f authored by Alex Elder's avatar Alex Elder Committed by Greg Kroah-Hartman
Browse files

greybus: greybus_protocols: fix guard tag



I neglected to update the "#ifndef/#define" when I renamed
"greybus_protocols.h".  Fix that.

Signed-off-by: default avatarAlex Elder <elder@linaro.org>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 47bf0b44
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 */