On Wed, Apr 17, 2024 at 07:37:35PM +0200, Alexey Gladkov wrote:
All other headers use _IOC() macros to describe ioctls for a long time
now. This header is stuck in the last century.
Simply use the _IO() macro. No other changes.
Signed-off-by: Alexey Gladkov <legion@xxxxxxxxxx>
---
include/uapi/linux/kd.h | 96 +++++++++++++++++++++--------------------
1 file changed, 49 insertions(+), 47 deletions(-)
This is a nice cleanup, thanks for doing it, I'll just take this one
change now if you don't object.