]> git.sur5r.net Git - u-boot/blobdiff - include/search.h
Armada100: Enable 88E3015 PHY support for GplugD
[u-boot] / include / search.h
index c827d4dbee946f3ffa39a2499a4b2da9dcbf350c..b4edd43103554882e7a755d081bb8d2f9446f9f0 100644 (file)
@@ -39,7 +39,7 @@ typedef enum {
 } ACTION;
 
 typedef struct entry {
-       char *key;
+       const char *key;
        char *data;
 } ENTRY;