On Wed, Mar 02, 2011 at 04:05:13PM +0100, John Crispin wrote: > Hi Ralf, > > While nitpicking - there should be one space between include and < in > > #include <blah.h>. > > > > > where did you see that ? > +#include<linux/module.h> > +#include<linux/fs.h> > +#include<linux/miscdevice.h> > +#include<linux/watchdog.h> > +#include<linux/platform_device.h> > +#include<linux/uaccess.h> > +#include<linux/clk.h> > +#include<linux/io.h> > + > +#include<lantiq.h> But that only seems to have happened to the code quoted in Sergei's mail. Ralf