add TODO to de-dup code

Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
Seth Jennings 2014-03-12 12:31:17 -05:00
parent e3d2a68db3
commit ca55dcc5ad
2 changed files with 10 additions and 0 deletions

View File

@ -223,6 +223,11 @@ static struct sym *find_symbol_by_name(struct symlist *list, struct sym *sym,
return NULL; return NULL;
} }
/*
* TODO: de-dup common code above these point with code
* in link-vmlinux-syms.c
*/
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
struct symlist symlist, symlistv; struct symlist symlist, symlistv;

View File

@ -194,6 +194,11 @@ static struct sym *find_symbol_by_name(struct symlist *list, char *name)
return NULL; return NULL;
} }
/*
* TODO: de-dup common code above these point with code
* in add-patches-section.c
*/
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
struct symlist symlist, symlistv; struct symlist symlist, symlistv;