Hello Senthil, On Wed, 6 Oct 2010 16:44:50 +0530 Guruswamy Senthilvadivu <svadivu@xxxxxx> wrote: > +static struct platform_driver omap_dsshw_driver = { > + .probe = omap_dsshw_probe, > + .remove = omap_dsshw_remove, > + .shutdown = NULL, > + .suspend = NULL, > + .resume = NULL, Those are unneeded, the compiler will initialize those fields to zero automatically if you don't specify any value. Regards, Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html