]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/env_eeprom.c
MVBC_P: fix compile problem
[karo-tx-uboot.git] / common / env_eeprom.c
index 2adc129c67799cee1ecbf7124862d4b4a1d9a1d0..9e1a20194d7392c38ef05d38b0ac11c8b5339d13 100644 (file)
@@ -38,10 +38,6 @@ env_t *env_ptr = NULL;
 
 char * env_name_spec = "EEPROM";
 
-extern uchar (*env_get_char)(int);
-extern uchar env_get_char_memory (int index);
-
-
 uchar env_get_char_spec (int index)
 {
        uchar c;