From: Ben Pfaff Date: Thu, 18 Feb 2016 16:10:42 +0000 (-0800) Subject: pinctrl: Fix header guard. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=e4105d1efbb00cb2af082b70093ad31e67e9a01f pinctrl: Fix header guard. Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- diff --git a/ovn/controller/pinctrl.h b/ovn/controller/pinctrl.h index 65d5dfed9..fd279ff01 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 @@ -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 */