9
0
Fork 0

Merge branch 'for-next/misc'

This commit is contained in:
Sascha Hauer 2014-01-07 11:57:51 +01:00
commit 32f9b1079a
8 changed files with 3 additions and 8 deletions

View File

@ -88,7 +88,8 @@ static int do_oftree(int argc, char *argv[])
if (root)
of_delete_node(root);
return 0;
if (!load)
return 0;
}
if (optind < argc)

View File

@ -35,4 +35,3 @@ int clock_notifier_call_chain(void);
};
#endif /* __NOTIFIER_H */

View File

@ -9,7 +9,7 @@ obj-y += misc.o
obj-$(CONFIG_PARAMETER) += parameter.o
obj-y += xfuncs.o
obj-y += getopt.o
obj-y += readkey.o
obj-y += readkey.o
obj-y += kfifo.o
obj-y += libbb.o
obj-y += libgen.o

View File

@ -84,4 +84,3 @@ out:
return ret;
}

View File

@ -153,4 +153,3 @@ unsigned int kfifo_getc(struct kfifo *fifo, unsigned char *c)
return 0;
}

View File

@ -56,4 +56,3 @@ int clock_notifier_call_chain(void)
{
return notifier_call_chain(&clock_notifier_list, 0, NULL);
}

View File

@ -80,4 +80,3 @@ int process_escape_sequence(const char *source, char *dest, int destlen)
dest[i] = 0;
return 0;
}

View File

@ -62,4 +62,3 @@ void init_progression_bar(int max)
else
printf("\t");
}