summaryrefslogtreecommitdiff
path: root/ovn
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-18 08:10:42 -0800
committerBen Pfaff <blp@ovn.org>2016-02-19 16:15:45 -0800
commite4105d1efbb00cb2af082b70093ad31e67e9a01f (patch)
tree042af69b5aab5ba427330764b03f4f2504a097c6 /ovn
parent77ab5fd2a95ba2fef5bbe25aaa429776b9e29ea3 (diff)
downloadopenvswitch-e4105d1efbb00cb2af082b70093ad31e67e9a01f.tar.gz
pinctrl: Fix header guard.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Jarno Rajahalme <jarno@ovn.org>
Diffstat (limited to 'ovn')
-rw-r--r--ovn/controller/pinctrl.h7
1 files changed, 3 insertions, 4 deletions
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 <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 */