diff mbox series

[v3,01/13] software node: remove DEV_PROP_MAX

Message ID 20190909081557.93766-2-dmitry.torokhov@gmail.com (mailing list archive)
State Deferred, archived
Headers show
Series software node: add support for reference properties | expand

Commit Message

Dmitry Torokhov Sept. 9, 2019, 8:15 a.m. UTC
This definition is not used anywhere, let's remove it.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 include/linux/property.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Andy Shevchenko Sept. 9, 2019, 9:46 a.m. UTC | #1
On Mon, Sep 09, 2019 at 01:15:45AM -0700, Dmitry Torokhov wrote:
> This definition is not used anywhere, let's remove it.
> 

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> ---
>  include/linux/property.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/property.h b/include/linux/property.h
> index 9b3d4ca3a73a..44c1704f7163 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 {
> -- 
> 2.23.0.187.g17f5b7556c-goog
>
diff mbox series

Patch

diff --git a/include/linux/property.h b/include/linux/property.h
index 9b3d4ca3a73a..44c1704f7163 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 {