K 10 svn:author V 2 ed K 8 svn:date V 27 2011-10-18T08:09:44.977224Z K 7 svn:log V 290 Get rid of D_PSEUDO. It seems the D_PSEUDO flag was meant to allow make_dev() to return NULL. Nowadays we have a different interface for that; make_dev_p(). There's no need to keep it there. While there, remove an unneeded D_NEEDMINOR from the gpio driver. Discussed with: gonzo@ (gpio) END