]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SPARC]: Make device_node name and type const
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 12 Apr 2007 21:38:34 +0000 (14:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 08:55:41 +0000 (01:55 -0700)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc/prom.h
include/asm-sparc64/prom.h

index 39ad2224a1172e80087e898e6bb971c46bd874c4..9ea105ebe2ffa1fdfefc2d65f86d38d587f5e77c 100644 (file)
@@ -35,8 +35,8 @@ struct property {
 };
 
 struct device_node {
-       char    *name;
-       char    *type;
+       const char      *name;
+       const char      *type;
        phandle node;
        char    *path_component_name;
        char    *full_name;
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;