diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2019-11-21 11:14:42 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2019-12-04 06:32:45 +0300 |
commit | 0f109f0e9a608c381846b3f2270a6a7b72158cb4 (patch) | |
tree | ac706c799d99be126de46b15eac2b1ec960e7e52 /include/linux/miscdevice.h | |
parent | 9fc785f17dec699cfe3891077e7506c92193a91b (diff) | |
download | linux-0f109f0e9a608c381846b3f2270a6a7b72158cb4.tar.xz |
agp: move AGPGART_MINOR to include/linux/miscdevice.h
This patch move the define for AGPGART_MINOR to include/linux/miscdevice.h.
It is better that all minor number definitions are in the same place.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1574324085-4338-3-git-send-email-clabbe@baylibre.com
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r-- | include/linux/miscdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 3247a3dc7934..6f2ca42152a0 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -33,6 +33,7 @@ #define SGI_MMTIMER 153 #define STORE_QUEUE_MINOR 155 /* unused */ #define I2O_MINOR 166 +#define AGPGART_MINOR 175 #define HWRNG_MINOR 183 #define MICROCODE_MINOR 184 #define IRNET_MINOR 187 |