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:
parent
47bf0b4427
commit
012d7d4fbe
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user