K 10 svn:author V 2 ed K 8 svn:date V 27 2010-06-17T08:49:31.364482Z K 7 svn:log V 291 Remove the unit argument from the recently added make_dev_p(). New code that creates character devices shouldn't use device unit numbers, but only si_drv[12] to hold pointer to per-device data. Make this function more future proof by removing the unit number argument. Discussed with: kib END