aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_cancel_inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ethosu_cancel_inference.h')
-rw-r--r--kernel/ethosu_cancel_inference.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/ethosu_cancel_inference.h b/kernel/ethosu_cancel_inference.h
index 94d9fe1..044692c 100644
--- a/kernel/ethosu_cancel_inference.h
+++ b/kernel/ethosu_cancel_inference.h
@@ -28,7 +28,6 @@
#include "ethosu_mailbox.h"
#include "uapi/ethosu.h"
-#include <linux/kref.h>
#include <linux/types.h>
#include <linux/completion.h>
@@ -45,7 +44,6 @@ struct ethosu_cancel_inference {
struct ethosu_device *edev;
struct ethosu_inference *inf;
struct ethosu_uapi_cancel_inference_status *uapi;
- struct kref kref;
struct completion done;
struct ethosu_mailbox_msg msg;
int errno;