]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-sparc64/prom.h
[SPARC]: Make device_node name and type const
[karo-tx-linux.git] / include / asm-sparc64 / prom.h
index 6394bd1cdcd4bdb311684cc9fd1a94175ab29e2c..ddad5f99ac7f0851ed630bd5a3d8f26d80c87b70 100644 (file)
@@ -36,8 +36,8 @@ struct property {
 
 struct of_irq_controller;
 struct device_node {
-       char    *name;
-       char    *type;
+       const char      *name;
+       const char      *type;
        phandle node;
        char    *path_component_name;
        char    *full_name;