Hello.
Ralf Baechle 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.
Stupid Thunderbird is to be blamed here. :-)
Ralf
WBR, Sergei