aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/files
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-04-28 17:20:08 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-04-28 17:20:08 +0200
commit13e9db3c32f1f023c5445ff1b58f35be66aa9b41 (patch)
treee4760f8c6ad0b4b1a7fccd58b0b60d569a5daa37 /recipes/linux/files
parent47150289dffdad8de25d810a3046c7add30c1f19 (diff)
downloadopenembedded-13e9db3c32f1f023c5445ff1b58f35be66aa9b41.tar.gz
linux: move obsolete linux-2.6-limits.patch from /files to its place
* only four kernel recipes are still using it Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/linux/files')
-rw-r--r--recipes/linux/files/linux-2.6-limits.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/linux/files/linux-2.6-limits.patch b/recipes/linux/files/linux-2.6-limits.patch
deleted file mode 100644
index 777a2fa671..0000000000
--- a/recipes/linux/files/linux-2.6-limits.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- linux/scripts/mod/sumversion.c.orig 2009-03-15 21:44:58.000000000 +0100
-+++ linux/scripts/mod/sumversion.c 2009-03-15 21:44:58.000000000 +0100
-@@ -8,6 +8,7 @@
- #include <errno.h>
- #include <string.h>
- #include "modpost.h"
-+#include <linux/limits.h>
-
- /*
- * Stolen form Cryptographic API.