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>
  * 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 */
 
 };
 /* connection destroy response has no payload */
 
-#endif /* __GB_GPBRIDGE_H__ */
+#endif /* __GREYBUS_PROTOCOLS_H */