soc: arm: cc13xx_cc26xx: pinctrl: minor fix for typedef typo

Drop `_t` from struct name in typedef.

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
This commit is contained in:
Christopher Friedt 2022-04-20 06:59:35 -04:00 committed by Carles Cufí
commit 5a23cfd7bd

View file

@ -30,7 +30,7 @@
#define IOC_IOPULL_UP 0x00004000
#define IOC_IOPULL_DOWN 0x00002000
typedef struct pinctrl_soc_pin_t {
typedef struct pinctrl_soc_pin {
uint32_t pin;
uint32_t iofunc;
uint32_t iomode;