device: do not set struct as deprecated
Change-Id: I6cbec81e02dc706ba86f27aab76740031f89dbd1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
3b831465a4
commit
79631ad457
|
@ -639,7 +639,7 @@ int device_busy_check(struct device *chk_dev);
|
|||
typedef struct {
|
||||
/** Nanokernel semaphore used for fiber context */
|
||||
struct k_sem f_sem;
|
||||
} __deprecated device_sync_call_t;
|
||||
} device_sync_call_t;
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue