Commit 79631ad4 authored by Anas Nashif's avatar Anas Nashif
Browse files

device: do not set struct as deprecated



Change-Id: I6cbec81e02dc706ba86f27aab76740031f89dbd1
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 3b831465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;


/**