aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/ethosu_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ethosu_device.h b/kernel/ethosu_device.h
index d866514..bcf973d 100644
--- a/kernel/ethosu_device.h
+++ b/kernel/ethosu_device.h
@@ -46,7 +46,7 @@ struct ethosu_device {
struct rpmsg_device *rpdev;
struct rpmsg_endpoint *ept;
struct cdev cdev;
- struct class *class;
+ struct class *class;
struct ethosu_mailbox mailbox;
};