* dtc: data.c doesn't need to include dtc-parser.tab.h
@ 2007-10-22 4:09 David Gibson
2007-10-22 16:39 ` Jon Loeliger
0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2007-10-22 4:09 UTC (permalink / raw)
To: Jon Loeliger; +Cc: linuxppc-dev
Presumably we used this #include once, but it's certainly not
necessary now.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Index: dtc/data.c
===================================================================
--- dtc.orig/data.c 2007-10-22 14:03:09.000000000 +1000
+++ dtc/data.c 2007-10-22 14:03:44.000000000 +1000
@@ -19,7 +19,6 @@
*/
#include "dtc.h"
-#include "dtc-parser.tab.h"
void fixup_free(struct fixup *f)
{
--
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
* Re: dtc: data.c doesn't need to include dtc-parser.tab.h
2007-10-22 4:09 dtc: data.c doesn't need to include dtc-parser.tab.h David Gibson
@ 2007-10-22 16:39 ` Jon Loeliger
0 siblings, 0 replies; 2+ messages in thread
From: Jon Loeliger @ 2007-10-22 16:39 UTC (permalink / raw)
To: David Gibson; +Cc: linuxppc-dev
So, like, the other day David Gibson mumbled:
> Presumably we used this #include once, but it's certainly not
> necessary now.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Applied.
jdl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-22 16:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-22 4:09 dtc: data.c doesn't need to include dtc-parser.tab.h David Gibson
2007-10-22 16:39 ` Jon Loeliger
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).