Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5839
-gerrit
commit 9ca771a363509fee3ad317a51f8f7768c302239c Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sat May 24 09:56:57 2014 +1000
superio/ite/it8721f: Trivial drop redundant headers
Change-Id: Ib086cd567c926dd659f67900195f93262ceb50c3 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/superio/ite/it8721f/it8721f.h | 3 --- 1 file changed, 3 deletions(-)
diff --git a/src/superio/ite/it8721f/it8721f.h b/src/superio/ite/it8721f/it8721f.h index ce794cf..162fa5d 100644 --- a/src/superio/ite/it8721f/it8721f.h +++ b/src/superio/ite/it8721f/it8721f.h @@ -22,9 +22,6 @@ #ifndef SUPERIO_ITE_IT8721F_H #define SUPERIO_ITE_IT8721F_H
-#include <device/pnp.h> -#include <stdint.h> - /* Logical Device Numbers (LDN). */ #define IT8721F_FDC 0x00 /* Floppy */ #define IT8721F_SP1 0x01 /* Com1 */