mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
[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>
This commit is contained in:
parent
3dfe10ee7c
commit
711b360d64
2 changed files with 4 additions and 4 deletions
|
@ -35,8 +35,8 @@ struct property {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct device_node {
|
struct device_node {
|
||||||
char *name;
|
const char *name;
|
||||||
char *type;
|
const char *type;
|
||||||
phandle node;
|
phandle node;
|
||||||
char *path_component_name;
|
char *path_component_name;
|
||||||
char *full_name;
|
char *full_name;
|
||||||
|
|
|
@ -36,8 +36,8 @@ struct property {
|
||||||
|
|
||||||
struct of_irq_controller;
|
struct of_irq_controller;
|
||||||
struct device_node {
|
struct device_node {
|
||||||
char *name;
|
const char *name;
|
||||||
char *type;
|
const char *type;
|
||||||
phandle node;
|
phandle node;
|
||||||
char *path_component_name;
|
char *path_component_name;
|
||||||
char *full_name;
|
char *full_name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue