[PATCH 1/9] of: move phandle/ihandle into types.h

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andres Salomon
Date: Sunday, August 29, 2010 - 8:53 pm

We need phandle for some exported sparc headers; of.h isn't an
exported header, and it would be silly to export it when all we
really need is one or two types from it.  So, move the phandle/ihandle
definitions into types.h.

Signed-off-by: Andres Salomon <dilinger@queued.net>
---
 include/linux/of.h    |    3 ---
 include/linux/types.h |    4 ++++
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/linux/of.h b/include/linux/of.h
index cad7cf0..db184dc 100644
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -25,9 +25,6 @@
 
 #ifdef CONFIG_OF
 
-typedef u32 phandle;
-typedef u32 ihandle;
-
 struct property {
 	char	*name;
 	int	length;
diff --git a/include/linux/types.h b/include/linux/types.h
index 01a082f..26526ea 100644
--- a/include/linux/types.h
+++ b/include/linux/types.h
@@ -219,6 +219,10 @@ struct ustat {
 	char			f_fpack[6];
 };
 
+/* Basic openboot/openfirmware types */
+typedef u32 phandle;
+typedef u32 ihandle;
+
 #endif	/* __KERNEL__ */
 #endif /*  __ASSEMBLY__ */
 #endif /* _LINUX_TYPES_H */
-- 
1.5.6.5

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] RFC: OLPC/x86 device tree code, Andres Salomon, (Mon Jun 28, 6:54 pm)
[PATCH 1/4] x86: OLPC: constify an olpc_ofw() arg, Andres Salomon, (Mon Jun 28, 7:00 pm)
[PATCH 3/4] proc: unify PROC_DEVICETREE config, Andres Salomon, (Mon Jun 28, 7:00 pm)
[PATCH 4/4] x86: OLPC: add OLPC device-tree support, Andres Salomon, (Mon Jun 28, 7:00 pm)
Re: [PATCH 2/4] sparc: break out some prom device-tree bui ..., Stephen Rothwell, (Mon Jun 28, 11:15 pm)
Re: [PATCH 3/4] proc: unify PROC_DEVICETREE config, Grant Likely, (Tue Jun 29, 12:33 am)
Re: [PATCH 4/4] x86: OLPC: add OLPC device-tree support, Grant Likely, (Tue Jun 29, 1:12 am)
Re: [PATCH 4/4] x86: OLPC: add OLPC device-tree support, Stephen Rothwell, (Tue Jun 29, 1:33 am)
Re: [PATCH 4/4] x86: OLPC: add OLPC device-tree support, Andres Salomon, (Tue Jun 29, 7:23 am)
Re: [PATCH 4/4] x86: OLPC: add OLPC device-tree support, Grant Likely, (Wed Jun 30, 2:13 pm)
Re: [PATCH 4/4] x86: OLPC: add OLPC device-tree support, Andres Salomon, (Wed Jun 30, 2:32 pm)
Re: [PATCH 2/4] sparc: break out some prom device-tree bui ..., Benjamin Herrenschmidt, (Tue Jul 6, 3:17 am)
[tip:x86/olpc] x86, olpc: Constify an olpc_ofw() arg, tip-bot for Andres S ..., (Fri Jul 30, 6:10 pm)
[PATCH 0/9] add OLPC device-tree support, Andres Salomon, (Sun Aug 29, 8:51 pm)
[PATCH 1/9] of: move phandle/ihandle into types.h, Andres Salomon, (Sun Aug 29, 8:53 pm)
[PATCH 6/9] of: add of_pdt namespace to pdt code, Andres Salomon, (Sun Aug 29, 9:02 pm)
[PATCH 7/9] of: add package-to-path support to pdt, Andres Salomon, (Sun Aug 29, 9:04 pm)
[PATCH 9/9] x86: OLPC: add OLPC device-tree support, Andres Salomon, (Sun Aug 29, 9:07 pm)
Re: [PATCH 1/9] of: move phandle/ihandle into types.h, Sam Ravnborg, (Sun Aug 29, 10:06 pm)
RE: [PATCH 8/9] x86: of: irq additions to make drivers/of/ ..., Stephen Neuendorffer, (Mon Aug 30, 8:58 am)
Re: [PATCH 0/9] add OLPC device-tree support, Grant Likely, (Mon Aug 30, 10:58 am)
Re: [PATCH 9/9] x86: OLPC: add OLPC device-tree support, Grant Likely, (Mon Aug 30, 11:14 am)
Re: [PATCH 9/9] x86: OLPC: add OLPC device-tree support, Andres Salomon, (Mon Aug 30, 11:49 am)
Re: [PATCH 9/9] x86: OLPC: add OLPC device-tree support, Grant Likely, (Mon Aug 30, 10:49 pm)
Re: [PATCH 1/9] of: move phandle/ihandle into types.h, Andres Salomon, (Fri Sep 3, 1:17 am)
Re: [PATCH 1/9] of: move phandle/ihandle into types.h, Sam Ravnborg, (Sat Sep 4, 11:22 pm)