On Mon, 29 Sep 2008, Paul Walmsley wrote: > Hello Ben, David, > > On Mon, 29 Sep 2008, David Brownell wrote: > > > On Monday 29 September 2008, Ben Dooks wrote: > > > > -static void __exit omap_i2c_exit_driver(void) > > > > +static void __devexit omap_i2c_exit_driver(void) > > > > > > a differerent change to the one advertised. > > > > > > > { > > > > platform_driver_unregister(&omap_i2c_driver); > > > > } > > > > And incorrect too. > > Indeed, will split and resubmit. (and change to __init/__exit) - Paul