K 10 svn:author V 2 ed K 8 svn:date V 27 2008-09-01T18:56:01.570780Z K 7 svn:log V 430 Remove unneeded D_NEEDMINOR from cpuctl(4). The D_NEEDMINOR flag was introduced for drivers that do not actually depend on storing a device unit/minor number, but require the ability to address the cdevs by this number, which is used by clone_create(). The cpuctl(4) driver sets D_NEEDMINOR, even though it doesn't use the clone_create() API. Remove the flag, because maybe we want to get rid of it somewhere in the far future. END