greybus: greybus_protocols: fix guard tag

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>
This commit is contained in:
Alex Elder 2015-05-27 14:45:58 -05:00 committed by Greg Kroah-Hartman
parent 47bf0b4427
commit 012d7d4fbe

View 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 */