pinctrl: Fix header guard.
authorBen Pfaff <blp@ovn.org>
Thu, 18 Feb 2016 16:10:42 +0000 (08:10 -0800)
committerBen Pfaff <blp@ovn.org>
Sat, 20 Feb 2016 00:15:45 +0000 (16:15 -0800)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
ovn/controller/pinctrl.h

index 65d5dfe..fd279ff 100644 (file)
@@ -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 */