aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/property.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-10-23 13:02:19 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-11-05 23:18:10 +0100
commita00351687f8a05773c1c57be80a5bbca68fa9ae8 (patch)
tree835f11cce174cd8127b664d3f4dfdb639cd2a20a /include/linux/property.h
parentdevice property: Fix the description of struct fwnode_operations (diff)
downloadlinux-dev-a00351687f8a05773c1c57be80a5bbca68fa9ae8.tar.xz
linux-dev-a00351687f8a05773c1c57be80a5bbca68fa9ae8.zip
software node: remove DEV_PROP_MAX
This definition is not used anywhere, let's remove it. Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/property.h')
-rw-r--r--include/linux/property.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/property.h b/include/linux/property.h
index 054661109661..0a075fbde57e 100644
--- a/include/linux/property.h
+++ b/include/linux/property.h
@@ -22,7 +22,6 @@ enum dev_prop_type {
DEV_PROP_U32,
DEV_PROP_U64,
DEV_PROP_STRING,
- DEV_PROP_MAX,
};
enum dev_dma_attr {