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
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ int device_busy_check(struct device *chk_dev);
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/** Nanokernel semaphore used for fiber context */
|
/** Nanokernel semaphore used for fiber context */
|
||||||
struct k_sem f_sem;
|
struct k_sem f_sem;
|
||||||
} __deprecated device_sync_call_t;
|
} device_sync_call_t;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue