[PATCH 10/18] autofs: Remove AUTOFS_DEVID_LEN

From: Ian Kent
Date: Thu Aug 11 2016 - 22:48:31 EST


From: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>

This macro was never used by neither kernel nor userspace,
and also doesn't represent "devid length" in bytes.
(unless it was added to mean something else).

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@xxxxxxxxx>
Signed-off-by: Ian Kent <ikent@xxxxxxxxxx>
---
include/linux/auto_dev-ioctl.h | 2 --
1 file changed, 2 deletions(-)

diff --git a/include/linux/auto_dev-ioctl.h b/include/linux/auto_dev-ioctl.h
index 7caaf29..bf82e3a 100644
--- a/include/linux/auto_dev-ioctl.h
+++ b/include/linux/auto_dev-ioctl.h
@@ -18,8 +18,6 @@
#define AUTOFS_DEV_IOCTL_VERSION_MAJOR 1
#define AUTOFS_DEV_IOCTL_VERSION_MINOR 0

-#define AUTOFS_DEVID_LEN 16
-
#define AUTOFS_DEV_IOCTL_SIZE sizeof(struct autofs_dev_ioctl)

/*