device: do not set struct as deprecated

Change-Id: I6cbec81e02dc706ba86f27aab76740031f89dbd1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-11 06:35:54 -05:00
parent 3b831465a4
commit 79631ad457

View file

@ -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;
/**