aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/ethosu_device.c4
-rw-r--r--kernel/uapi/ethosu.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/kernel/ethosu_device.c b/kernel/ethosu_device.c
index ae257c3..32d04ae 100644
--- a/kernel/ethosu_device.c
+++ b/kernel/ethosu_device.c
@@ -259,10 +259,6 @@ static long ethosu_ioctl(struct file *file,
file, cmd, arg);
switch (cmd) {
- case ETHOSU_IOCTL_VERSION_REQ:
- dev_info(dev, "Device ioctl: Send version request");
- ret = ethosu_mailbox_version_request(&edev->mailbox);
- break;
case ETHOSU_IOCTL_CAPABILITIES_REQ: {
dev_info(dev, "Device ioctl: Capabilities request");
diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h
index d95bf05..2451623 100644
--- a/kernel/uapi/ethosu.h
+++ b/kernel/uapi/ethosu.h
@@ -43,7 +43,6 @@ namespace EthosU {
#define ETHOSU_IOWR(nr, type) _IOWR(ETHOSU_IOCTL_BASE, nr, type)
#define ETHOSU_IOCTL_PING ETHOSU_IO(0x00)
-#define ETHOSU_IOCTL_VERSION_REQ ETHOSU_IO(0x01)
#define ETHOSU_IOCTL_CAPABILITIES_REQ ETHOSU_IOR(0x02, \
struct ethosu_uapi_device_capabilities)
#define ETHOSU_IOCTL_BUFFER_CREATE ETHOSU_IOR(0x10, \