Signed-off-by: Ben Pfaff <b...@ovn.org> --- ovn/controller/pinctrl.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ovn/controller/pinctrl.h b/ovn/controller/pinctrl.h index 65d5dfe..fd279ff 100644 --- a/ovn/controller/pinctrl.h +++ b/ovn/controller/pinctrl.h @@ -1,4 +1,3 @@ - /* Copyright (c) 2015 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -14,8 +13,8 @@ * limitations under the License. */ -#ifndef DHCP_H -#define DHCP_H 1 +#ifndef PINCTRL_H +#define PINCTRL_H 1 #include <stdint.h> @@ -31,4 +30,4 @@ void pinctrl_run(struct controller_ctx *ctx, void pinctrl_wait(void); void pinctrl_destroy(void); -#endif /* ovn/dhcp.h */ +#endif /* ovn/pinctrl.h */ -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev