]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_nvedit.c
Change env_get_char from a global function ptr to a function.
[u-boot] / common / cmd_nvedit.c
index cab727f76ca21dd9cbf79836886b24f04bd5c943..dc05f68bfeb27b1efdfc6b832dacbcb0f1b763ed 100644 (file)
@@ -68,9 +68,6 @@ DECLARE_GLOBAL_DATA_PTR;
 /************************************************************************
 ************************************************************************/
 
-/* Function that returns a character from the environment */
-extern uchar (*env_get_char)(int);
-
 /* Function that returns a pointer to a value from the environment */
 /* (Only memory version supported / needed). */
 extern uchar *env_get_addr(int);