disk: Remove unused variables in nxp usdhc driver
Removes unused instances of struct usdhc_priv in the nxp usdhc driver. The DISK_ACCESS_USDHC_INIT macro is responsible for instantiating these variables. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
04f2ab9af1
commit
eb43207508
1 changed files with 0 additions and 4 deletions
|
@ -2586,10 +2586,6 @@ APP_SEND_OP_COND_AGAIN:
|
|||
return ret;
|
||||
}
|
||||
|
||||
struct usdhc_priv g_usdhc_priv1 __aligned(64);
|
||||
struct usdhc_priv g_usdhc_priv2 __aligned(64);
|
||||
|
||||
|
||||
static K_MUTEX_DEFINE(z_usdhc_init_lock);
|
||||
|
||||
static int usdhc_board_access_init(struct usdhc_priv *priv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue