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

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
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment