oops -- forgot to attach the patch. Since it's tiny, I'll just post it
in-line:

Index: chipdrivers.h
===================================================================
--- chipdrivers.h       (revision 1247)
+++ chipdrivers.h       (working copy)
@@ -25,6 +25,10 @@
 #ifndef __CHIPDRIVERS_H__
 #define __CHIPDRIVERS_H__ 1

+#include <inttypes.h>
+
+#include "flash.h"     /* for chipaddr and flashchip */
+
 /* spi.c, should probably be in spi_chip.c */
 int probe_spi_rdid(struct flashchip *flash);
 int probe_spi_rdid4(struct flashchip *flash);

Signed-off-by: David Hendricks <[email protected]>

On Wed, Dec 15, 2010 at 2:05 PM, David Hendricks <[email protected]>wrote:

> This patch is intended to avoid compilation issues caused by the ordering
> of #includes in source files that use chipdrivers.h.
>
> Signed-off-by: David Hendricks <[email protected]>
>
> --
> David Hendricks (dhendrix)
> Systems Software Engineer, Google Inc.
>



-- 
David Hendricks (dhendrix)
Systems Software Engineer, Google Inc.
_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to