* [PATCH] DTC: Remove an unneeded %token definition.
@ 2007-10-22 22:00 Jon Loeliger
2007-10-23 0:37 ` David Gibson
0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2007-10-22 22:00 UTC (permalink / raw)
To: linuxppc-dev
Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
dtc-parser.y | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dtc-parser.y b/dtc-parser.y
index c213526..61ed250 100644
--- a/dtc-parser.y
+++ b/dtc-parser.y
@@ -55,7 +55,6 @@ extern struct boot_info *the_boot_info;
%token <str> DT_CELL
%token <byte> DT_BYTE
%token <data> DT_STRING
-%token <str> DT_UNIT
%token <str> DT_LABEL
%token <str> DT_REF
--
1.5.3.1.139.g9346b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] DTC: Remove an unneeded %token definition.
2007-10-22 22:00 [PATCH] DTC: Remove an unneeded %token definition Jon Loeliger
@ 2007-10-23 0:37 ` David Gibson
0 siblings, 0 replies; 2+ messages in thread
From: David Gibson @ 2007-10-23 0:37 UTC (permalink / raw)
To: Jon Loeliger; +Cc: linuxppc-dev
On Mon, Oct 22, 2007 at 05:00:34PM -0500, Jon Loeliger wrote:
> Signed-off-by: Jon Loeliger <jdl@freescale.com>
Oops. Can't even remeber what that one was ever there for.
Acked-by: David Gibson <david@gibson.dropbear.id.au>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-23 0:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 22:00 [PATCH] DTC: Remove an unneeded %token definition Jon Loeliger
2007-10-23 0:37 ` David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).