ufm doesn't care what major it uses.

This commit is contained in:
imp 2003-02-28 13:23:31 +00:00
parent ed6bf211a7
commit 9412a6bfea

View File

@ -87,7 +87,7 @@ d_open_t ufmopen;
d_close_t ufmclose;
d_ioctl_t ufmioctl;
#define UFM_CDEV_MAJOR 200
#define UFM_CDEV_MAJOR MAJOR_AUTO
Static struct cdevsw ufm_cdevsw = {
ufmopen, ufmclose, noread, nowrite,