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

Commit 946ea099 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[SPARC]: Kill interrupt stuff and linux_phandle from device_node.

parent ee5caf0e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@
typedef u32 phandle;
typedef u32 ihandle;

struct interrupt_info {
	int	line;
	int	sense;		/* +ve/-ve logic, edge or level, etc. */
};

struct property {
	char	*name;
	int	length;
@@ -43,9 +38,6 @@ struct device_node {
	char	*name;
	char	*type;
	phandle	node;
	phandle linux_phandle;
	int	n_intrs;
	struct	interrupt_info *intrs;
	char	*path_component_name;
	char	*full_name;

+0 −8
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@
typedef u32 phandle;
typedef u32 ihandle;

struct interrupt_info {
	int	line;
	int	sense;		/* +ve/-ve logic, edge or level, etc. */
};

struct property {
	char	*name;
	int	length;
@@ -43,9 +38,6 @@ struct device_node {
	char	*name;
	char	*type;
	phandle	node;
	phandle linux_phandle;
	int	n_intrs;
	struct	interrupt_info *intrs;
	char	*path_component_name;
	char	*full_name;