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:
parent
d56f1ed887
commit
90b30e6560
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user