diff options
Diffstat (limited to 'drivers/clk/clk_stm32h7.c')
-rw-r--r-- | drivers/clk/clk_stm32h7.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/clk_stm32h7.c b/drivers/clk/clk_stm32h7.c index 9ee2e2e999..5516b48600 100644 --- a/drivers/clk/clk_stm32h7.c +++ b/drivers/clk/clk_stm32h7.c @@ -15,8 +15,6 @@ #include <dt-bindings/clock/stm32h7-clks.h> -DECLARE_GLOBAL_DATA_PTR; - /* RCC CR specific definitions */ #define RCC_CR_HSION BIT(0) #define RCC_CR_HSIRDY BIT(2) |