Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 711b360d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller
Browse files

[SPARC]: Make device_node name and type const

parent 3dfe10ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;