* grub-core/kern/misc.c (grub_strstr): Moved from here ...

* include/grub/misc.h (grub_strstr): ... here. Make static and inline.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-11-11 20:02:51 +01:00
parent a8bd9d39d6
commit 067fdf0055
3 changed files with 52 additions and 47 deletions

View file

@ -1,3 +1,8 @@
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_strstr): Moved from here ...
* include/grub/misc.h (grub_strstr): ... here. Make static and inline.
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/ieee1275/ieee1275.h (grub_ieee1275_set_property):