From 0de07bd20bc382841f661aced50c8fcd70a8d801 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Sat, 18 May 2013 19:05:18 +0300 Subject: Remove useless patch Signed-off-by: Roman Yeryomin --- target/linux/realtek/patches-2.6.30/007-modules.diff | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 target/linux/realtek/patches-2.6.30/007-modules.diff 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; -- cgit v1.2.3