Properly set the .d_name field in the cdevsw structure for the

LinuxKPI.

Obtained from:		kmacy @
MFC after:		1 week
Sponsored by:		Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2017-05-31 13:11:06 +00:00
parent d56f1ed887
commit 90b30e6560

View File

@ -1011,6 +1011,7 @@ struct cdevsw linuxcdevsw = {
.d_ioctl = linux_dev_ioctl,
.d_mmap_single = linux_dev_mmap_single,
.d_poll = linux_dev_poll,
.d_name = "lkpidev",
};
static int