aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Torokhov <[email protected]>2019-10-23 13:02:19 -0700
committerRafael J. Wysocki <[email protected]>2019-11-05 23:18:10 +0100
commita00351687f8a05773c1c57be80a5bbca68fa9ae8 (patch)
tree835f11cce174cd8127b664d3f4dfdb639cd2a20a
parent8ed61d36050c57d9eba09511f53d683fd63b04d1 (diff)
software node: remove DEV_PROP_MAX
This definition is not used anywhere, let's remove it. Suggested-by: Andy Shevchenko <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
-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 {