diff --git a/drivers/include/pcd8544.h b/drivers/include/pcd8544.h
index 79304616be8a79ca4f0699dc095749d73e7f0b28..825bc4c759cc8f28ab8693dd9c0d71702def6dac 100644
--- a/drivers/include/pcd8544.h
+++ b/drivers/include/pcd8544.h
@@ -19,8 +19,8 @@
  * @author      Hauke Petersen <hauke.petersen@fu-berlin.de>
  */
 
-#ifndef __PDC8544_H
-#define __PDC8544_H
+#ifndef PDC8544_H
+#define PDC8544_H
 
 #include <stdint.h>
 
@@ -198,5 +198,5 @@ void pcd8544_riot(pcd8544_t *dev);
 }
 #endif
 
-#endif /* __PDC8544_H */
+#endif /* PDC8544_H */
 /** @} */