diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2016-01-10 20:14:11 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@fb.com> | 2016-01-13 13:40:04 -0500 |
| commit | a9cf8284b45110a4d98aea180a89c857e53bf850 (patch) | |
| tree | f20fe123bf72abc8cd9d3fc7e9e3fe3424110a49 /include/uapi/linux/Kbuild | |
| parent | 779ff75617099f4defe14e20443b95019a4c5ae8 (diff) | |
uapi: update install list after nvme.h rename
Commit 9d99a8dda154 ("nvme: move hardware structures out of the uapi
version of nvme.h") renamed nvme.h to nvme_ioctl.h, but the uapi list
still refers to nvme.h. People trying to install the headers hit a
failure as the header no longer exists.
Cc: stable@vger.kernel.org
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/uapi/linux/Kbuild')
| -rw-r--r-- | include/uapi/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 628e6e64c2fb..88e1292cb786 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -306,7 +306,7 @@ header-y += nfs_mount.h | |||
| 306 | header-y += nl80211.h | 306 | header-y += nl80211.h |
| 307 | header-y += n_r3964.h | 307 | header-y += n_r3964.h |
| 308 | header-y += nubus.h | 308 | header-y += nubus.h |
| 309 | header-y += nvme.h | 309 | header-y += nvme_ioctl.h |
| 310 | header-y += nvram.h | 310 | header-y += nvram.h |
| 311 | header-y += omap3isp.h | 311 | header-y += omap3isp.h |
| 312 | header-y += omapfb.h | 312 | header-y += omapfb.h |
