On Thu, Jul 05, 2007 at 09:59:10PM +0400, Cyrill Gorcunov wrote: > + .fasync = NULL, > + .poll = NULL, > + .ioctl = NULL,
you can remove those since C99 automaticly initialize missing fields to 0. Cheers, -- Vincent Hanquez - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/