VT: Use macros to define ioctls
authorAlexey Gladkov <legion@kernel.org>
Wed, 17 Apr 2024 17:37:35 +0000 (19:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Apr 2024 06:19:11 +0000 (08:19 +0200)
commit8c467f3300591a206fa8dcc6988d768910799872
tree7e256804cf2cb7407421998ac4b7721a0b23df56
parentb86ae40ffcf5a16b9569b1016da4a08c4f352ca2
VT: Use macros to define ioctls

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@kernel.org>
Link: https://lore.kernel.org/r/e4229fe2933a003341e338b558ab1ea8b63a51f6.1713375378.git.legion@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/kd.h