drivers: serial: msp432p4xx: remove unused sys_clk_freq

The variable is not used by the driver, so there is no need to
initialize it.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-01-25 19:35:04 +01:00 committed by Anas Nashif
commit 14dda3af08

View file

@ -34,7 +34,6 @@ static void uart_msp432p4xx_isr(const struct device *dev);
static const struct uart_device_config uart_msp432p4xx_dev_cfg_0 = {
.base = (void *)DT_INST_REG_ADDR(0),
.sys_clk_freq = DT_INST_PROP_BY_PHANDLE(0, clocks, clock_frequency),
};
static struct uart_msp432p4xx_dev_data_t uart_msp432p4xx_dev_data_0 = {