Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170043
b: refs/heads/master
c: 731581e
h: refs/heads/master
i:
  170041: 7bbf547
  170039: d9ce5c1
v: v3
  • Loading branch information
Grant Likely committed Oct 15, 2009
1 parent f82ab77 commit afdad0a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 35 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d24c888c779c877f1baf5a73e0cec78266ff7bb
refs/heads/master: 731581e6a653f6a68a4d7ba9df6b886a85c7d080
10 changes: 0 additions & 10 deletions trunk/arch/microblaze/include/asm/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ struct boot_param_header {
u32 dt_struct_size; /* size of the DT structure block */
};

typedef u32 phandle;
typedef u32 ihandle;

struct property {
char *name;
int length;
void *value;
struct property *next;
};

struct device_node {
const char *name;
const char *type;
Expand Down
12 changes: 0 additions & 12 deletions trunk/arch/powerpc/include/asm/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ struct boot_param_header
u32 dt_struct_size; /* size of the DT structure block */
};



typedef u32 phandle;
typedef u32 ihandle;

struct property {
char *name;
int length;
void *value;
struct property *next;
};

struct device_node {
const char *name;
const char *type;
Expand Down
12 changes: 0 additions & 12 deletions trunk/arch/sparc/include/asm/prom.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@
#define of_prop_cmp(s1, s2) strcasecmp((s1), (s2))
#define of_node_cmp(s1, s2) strcmp((s1), (s2))

typedef u32 phandle;
typedef u32 ihandle;

struct property {
char *name;
int length;
void *value;
struct property *next;
unsigned long _flags;
unsigned int unique_id;
};

struct of_irq_controller;
struct device_node {
const char *name;
Expand Down
12 changes: 12 additions & 0 deletions trunk/include/linux/of.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
#include <linux/bitops.h>
#include <linux/mod_devicetable.h>

typedef u32 phandle;
typedef u32 ihandle;

struct property {
char *name;
int length;
void *value;
struct property *next;
unsigned long _flags;
unsigned int unique_id;
};

#include <asm/prom.h>

/* flag descriptions */
Expand Down

0 comments on commit afdad0a

Please sign in to comment.