There're some drivers want to register and unregister linux ioctl handler. Move the macro LINUX_IOCTL_SET from tdfx_linux.h to linux_ioctl.h so that other drivers can benefit it. While here, rename the declaration of linux ioctl function to be consistent with the name of the handler. MFC after: 2 weeks Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handler
Details
Details
- Reviewers
markj
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Nice cleanup.
sys/compat/linux/linux_ioctl.h | ||
---|---|---|
829 | I don't think the comment needs to be kept. |