commit | 711b360d64418e88ed45f812e0ebd202073d888d | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Thu Apr 12 14:38:34 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Apr 26 01:55:41 2007 -0700 |
tree | 355c2e050aa4229b912800bb62b612051f6228c6 | |
parent | 3dfe10ee7caae9802d84a06fe7724274dea24020 [diff] [blame] |
[SPARC]: Make device_node name and type const Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/asm-sparc/prom.h b/include/asm-sparc/prom.h index 39ad222..9ea105e 100644 --- a/include/asm-sparc/prom.h +++ b/include/asm-sparc/prom.h
@@ -35,8 +35,8 @@ }; struct device_node { - char *name; - char *type; + const char *name; + const char *type; phandle node; char *path_component_name; char *full_name;