diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-23 13:02:19 -0700 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-11-05 23:18:10 +0100 |
commit | a00351687f8a05773c1c57be80a5bbca68fa9ae8 (patch) | |
tree | 835f11cce174cd8127b664d3f4dfdb639cd2a20a /include/linux/property.h | |
parent | 8ed61d36050c57d9eba09511f53d683fd63b04d1 (diff) | |
download | linux-next-a00351687f8a05773c1c57be80a5bbca68fa9ae8.tar.gz |
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.h | 1 |
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 { |