]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
Miscellaneous 3.6 porting work.
authorKris Van Hees <kris.van.hees@oracle.com>
Thu, 18 Oct 2012 15:53:56 +0000 (16:53 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Thu, 18 Oct 2012 15:54:26 +0000 (16:54 +0100)
Missing headers, catering for header movement, the occasional missing
prototype, and changes in the way the syscall table is built.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/fasttrap_dev.c
dtrace/lockstat_dev.c

index 18d67806e21300c8f33645ce5e0d47b4e9dada74..bf88a79e10177276d410414a9c75e7f05743a96b 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/fs.h>
 #include <linux/miscdevice.h>
 
+#include "dtrace.h"
 #include "dtrace_dev.h"
 
 static long fasttrap_ioctl(struct file *file,
index de336b615fa4552c2ecf90394edf71a5aecc29af..a17a075d0809226e08c7ee1aca135b2e4cabba22 100644 (file)
@@ -28,6 +28,7 @@
 #include <linux/fs.h>
 #include <linux/miscdevice.h>
 
+#include "dtrace.h"
 #include "dtrace_dev.h"
 
 static long lockstat_ioctl(struct file *file,