Commit f70893dc authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Maxime Ripard

clk: sunxi-ng: Fix header guard of ccu-sun8i-r.h

Remove trailing extra underscore in definition of _CCU_SUN8I_R_H
Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 5771a8c0
......@@ -13,7 +13,7 @@
*/
#ifndef _CCU_SUN8I_R_H
#define _CCU_SUN8I_R_H_
#define _CCU_SUN8I_R_H
#include <dt-bindings/clock/sun8i-r-ccu.h>
#include <dt-bindings/reset/sun8i-r-ccu.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment