gpio: uapi: use 0xB4 as ioctl() major
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Mar 2016 08:48:06 +0000 (15:48 +0700)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 10 Mar 2016 09:02:52 +0000 (16:02 +0700)
commitfae98164463948eb31d638fe207c25a3d2b9312f
treea5ece514ceeeca6b0f6173ccd4f42ff17c79b43a
parent9d93efe35ed011327999675d70bb1b12ccdbd62d
gpio: uapi: use 0xB4 as ioctl() major

The previous 'o' is in conflict and not very orderly assigned.
We want to select an ioctl() major that does not conflict with
the existining ones.

Add the new reserved major (0xB4) to Documentation/ioctl/ioctl-number.txt

Fixes: 3c702e9987e2 ("gpio: add a userspace chardev ABI for GPIOs")
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/ioctl/ioctl-number.txt
include/uapi/linux/gpio.h
This page took 0.059112 seconds and 5 git commands to generate.