]> TLD Linux GIT Repositories - packages/kernel.git/blob - kernel-vanilla-small_fixes.patch
- updated to 3.8.8, NFY
[packages/kernel.git] / kernel-vanilla-small_fixes.patch
1 --- linux-2.6.36/scripts/mod/modpost.c.orig     2010-10-20 22:30:22.000000000 +0200
2 +++ linux-2.6.36/scripts/mod/modpost.c  2010-10-25 12:22:49.053556168 +0200
3 @@ -16,7 +16,8 @@
4  #include <ctype.h>
5  #include <string.h>
6  #include "modpost.h"
7 -#include "../../include/generated/autoconf.h"
8 +// TLD architectures don't use CONFIG_SYMBOL_PREFIX
9 +//#include "../../include/generated/autoconf.h"
10  #include "../../include/linux/license.h"
11  
12  /* Some toolchains use a `_' prefix for all user symbols. */