From: Dmitry Torokhov Date: Wed, 23 Oct 2019 20:02:19 +0000 (-0700) Subject: software node: remove DEV_PROP_MAX X-Git-Tag: v5.15~5063^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a00351687f8a05773c1c57be80a5bbca68fa9ae8;p=platform%2Fkernel%2Flinux-starfive.git software node: remove DEV_PROP_MAX This definition is not used anywhere, let's remove it. Suggested-by: Andy Shevchenko Reviewed-by: Andy Shevchenko Signed-off-by: Dmitry Torokhov Signed-off-by: Rafael J. Wysocki --- diff --git a/include/linux/property.h b/include/linux/property.h index 0546611..0a075fb 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 {