Alan Stern wrote:
On Mon, 26 Jan 2004, Greg KH wrote:
struct device ->complete is also going to be removed?
Yup. Don't need to burden all users of struct device with that. Is
that ok with you?
Yes. I've sent a patch by way of David Brownell to remove some uses of
device_unregister_wait() and
On Mon, 26 Jan 2004, Greg KH wrote:
> On Mon, Jan 26, 2004 at 04:41:11PM -0500, Alan Stern wrote:
>
> > P.S.: Since device_unregister_wait() is going away, does that mean that
> > struct device ->complete is also going to be removed?
>
> Yup. Don't need to burden all users of struct device wit