diff options
Diffstat (limited to 'board/BuR/common/br_resetc.h')
-rw-r--r-- | board/BuR/common/br_resetc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/BuR/common/br_resetc.h b/board/BuR/common/br_resetc.h index ba0689bf205..999045b867d 100644 --- a/board/BuR/common/br_resetc.h +++ b/board/BuR/common/br_resetc.h @@ -7,7 +7,6 @@ */ #ifndef __CONFIG_BRRESETC_H__ #define __CONFIG_BRRESETC_H__ -#include <common.h> int br_resetc_regget(u8 reg, u8 *dst); int br_resetc_regset(u8 reg, u8 val); |