summaryrefslogtreecommitdiff
path: root/packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-02-29 00:39:46 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-02-29 00:39:46 +0000
commit7c9083bf79adef3dcc421be732f74c35e68aff9f (patch)
treefe05801536d3431852c7ca835feafb99fafca6c4 /packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch
parent4b0dafd8f68cfcd6ac4fdcf86335ce5ee2040974 (diff)
linux-rt-2.6.24: Update to 2.6.24.3-rt3. Add missing include patch. Add MPC8313E-RDB LED driver. Fix LED numbering order.
Diffstat (limited to 'packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch')
-rw-r--r--packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch b/packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch
new file mode 100644
index 0000000000..2949374818
--- /dev/null
+++ b/packages/linux/linux-rt-2.6.24/sysctl_missing_include.patch
@@ -0,0 +1,12 @@
+Index: linux-2.6.24.3/kernel/sysctl.c
+===================================================================
+--- linux-2.6.24.3.orig/kernel/sysctl.c 2008-02-29 00:52:45.000000000 +0100
++++ linux-2.6.24.3/kernel/sysctl.c 2008-02-29 00:52:59.000000000 +0100
+@@ -47,6 +47,7 @@
+ #include <linux/acpi.h>
+ #include <linux/reboot.h>
+ #include <linux/ftrace.h>
++#include <linux/profile.h>
+
+ #include <asm/uaccess.h>
+ #include <asm/processor.h>