Skip to content

Commit

Permalink
uapi: update install list after nvme.h rename
Browse files Browse the repository at this point in the history
Commit 9d99a8d ("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>
  • Loading branch information
Mike Frysinger authored and Jens Axboe committed Jan 13, 2016
1 parent 779ff75 commit a9cf828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ header-y += nfs_mount.h
header-y += nl80211.h
header-y += n_r3964.h
header-y += nubus.h
header-y += nvme.h
header-y += nvme_ioctl.h
header-y += nvram.h
header-y += omap3isp.h
header-y += omapfb.h
Expand Down

0 comments on commit a9cf828

Please sign in to comment.