review fixes

This commit is contained in:
BVK Chaitanya 2010-06-02 14:45:07 +05:30
parent e508977630
commit 6d6f139349
6 changed files with 10 additions and 19 deletions

View file

@ -49,7 +49,4 @@ int EXPORT_FUNC(asprintf) (char **buf, const char *fmt, ...);
char * EXPORT_FUNC(xasprintf) (const char *fmt, ...);
extern char * canonicalize_file_name (const char *path);
/* Flag to control module autoloading in normal mode. */
extern int EXPORT_VAR(grub_no_autoload);
#endif /* GRUB_EMU_MISC_H */