1
0
Fork 0

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: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
hifive-unleashed-5.1
Matthias Kaehlcke 2017-07-26 14:02:21 -07:00 committed by Maxime Ripard
parent 5771a8c088
commit f70893dcce
1 changed files with 1 additions and 1 deletions

View File

@ -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>