linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}
@ 2023-02-09 18:16 Carlos Bilbao
  2023-02-09 19:02 ` Anton Ivanov
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Bilbao @ 2023-02-09 18:16 UTC (permalink / raw)
  To: richard, anton.ivanov, johannes; +Cc: linux-um, linux-kernel, Carlos Bilbao

Remove definitions of VECTOR_WRITE and VECTOR_HEADERS since no longer used.

Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
---
 arch/um/drivers/vector_user.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/um/drivers/vector_user.h b/arch/um/drivers/vector_user.h
index 3a73d17a0161..59ed5f9e6e41 100644
--- a/arch/um/drivers/vector_user.h
+++ b/arch/um/drivers/vector_user.h
@@ -68,8 +68,6 @@ struct vector_fds {
 };
 
 #define VECTOR_READ	1
-#define VECTOR_WRITE	(1 < 1)
-#define VECTOR_HEADERS	(1 < 2)
 
 extern struct arglist *uml_parse_vector_ifspec(char *arg);
 
-- 
2.34.1


_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS}
  2023-02-09 18:16 [PATCH] uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS} Carlos Bilbao
@ 2023-02-09 19:02 ` Anton Ivanov
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Ivanov @ 2023-02-09 19:02 UTC (permalink / raw)
  To: Carlos Bilbao, richard, johannes; +Cc: linux-um, linux-kernel

On 09/02/2023 18:16, Carlos Bilbao wrote:
> Remove definitions of VECTOR_WRITE and VECTOR_HEADERS since no longer used.
> 
> Signed-off-by: Carlos Bilbao <carlos.bilbao@amd.com>
> ---
>   arch/um/drivers/vector_user.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/arch/um/drivers/vector_user.h b/arch/um/drivers/vector_user.h
> index 3a73d17a0161..59ed5f9e6e41 100644
> --- a/arch/um/drivers/vector_user.h
> +++ b/arch/um/drivers/vector_user.h
> @@ -68,8 +68,6 @@ struct vector_fds {
>   };
>   
>   #define VECTOR_READ	1
> -#define VECTOR_WRITE	(1 < 1)
> -#define VECTOR_HEADERS	(1 < 2)
>   
>   extern struct arglist *uml_parse_vector_ifspec(char *arg);
>   

Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com>

-- 
Anton R. Ivanov
Cambridgegreys Limited. Registered in England. Company Number 10273661
https://www.cambridgegreys.com/

_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-09 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 18:16 [PATCH] uml: vector: Remove unused definitions VECTOR_{WRITE,HEADERS} Carlos Bilbao
2023-02-09 19:02 ` Anton Ivanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).