diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-05-18 19:05:18 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 00:48:35 +0300 |
commit | 0de07bd20bc382841f661aced50c8fcd70a8d801 (patch) | |
tree | eca2f62d9ae38037f55df1d99691ed5dabe290d0 | |
parent | b76b776b40c7238693dd6107ab6dcb0d2560a212 (diff) |
Remove useless patch
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-rw-r--r-- | target/linux/realtek/patches-2.6.30/007-modules.diff | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/realtek/patches-2.6.30/007-modules.diff b/target/linux/realtek/patches-2.6.30/007-modules.diff deleted file mode 100644 index a7148c260..000000000 --- a/target/linux/realtek/patches-2.6.30/007-modules.diff +++ /dev/null @@ -1,17 +0,0 @@ -Index: linux-2.6.30.9/arch/rlx/kernel/module.c -=================================================================== ---- linux-2.6.30.9.orig/arch/rlx/kernel/module.c -+++ linux-2.6.30.9/arch/rlx/kernel/module.c -@@ -387,10 +387,11 @@ int module_finalize(const Elf_Ehdr *hdr, - { - const Elf_Shdr *s; - char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; -+ char dbe_table[]="__dbe_table"; - - INIT_LIST_HEAD(&me->arch.dbe_list); - for (s = sechdrs; s < sechdrs + hdr->e_shnum; s++) { -- if (strcmp("__dbe_table", secstrings + s->sh_name) != 0) -+ if (strcmp(dbe_table, secstrings + s->sh_name) != 0) - continue; - me->arch.dbe_start = (void *)s->sh_addr; - me->arch.dbe_end = (void *)s->sh_addr + s->sh_size; |