K 10 svn:author V 3 ian K 8 svn:date V 27 2019-06-15T16:56:00.389264Z K 7 svn:log V 336 Don't call pwmbus_attach_bus(), because it may not be present if this driver is compiled into the kernel but pwmbus will be loaded as a module when needed (and because of that, pwmbus_attach_bus() is going away in the near future). Instead, just directly do what that function did: register the fdt xfef handle, and attach the pwmbus. END