drop leftover includes (trivial)
authorStefan Reinauer <stepan@coresystems.de>
Thu, 24 May 2007 09:26:39 +0000 (09:26 +0000)
committerStefan Reinauer <stepan@openbios.org>
Thu, 24 May 2007 09:26:39 +0000 (09:26 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2693 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/flashrom/82802ab.c
util/flashrom/sharplhf00l04.c
util/flashrom/sst28sf040.c
util/flashrom/sst49lf040.c
util/flashrom/sst49lfxxxc.c
util/flashrom/sst_fwhub.c

index 2dacfa30a15e54cd87d6b1f258d179617d463ace..53930eec65fb6360f05fb8608e113b026773df56 100644 (file)
  *
  */
 
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/mman.h>
-#include <unistd.h>
 #include <stdio.h>
-#include <stdlib.h>
+#include <stdint.h>
 
 #include "flash.h"
 #include "82802ab.h"
index 1caedd0b67d6bf1c23a5e41dfe51ffccac35d301..0eacd38577c90642ac5f89b408900d9e36421685 100644 (file)
  * Reference: http://www.intel.com/design/chipsets/datashts/290658.htm
  */
 
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/mman.h>
-#include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
 
index 31d1e9c591fc7b684e2b65cf02eddbdc91d00206..f2d8167de053e61008c7093aeda223d258ad5e04 100644 (file)
@@ -21,7 +21,7 @@
  *
  *
  * Reference:
- *     4 MEgabit (512K x 8) SuperFlash EEPROM, SST28SF040 data sheet
+ *     4 Megabit (512K x 8) SuperFlash EEPROM, SST28SF040 data sheet
  *
  */
 
index 3abb4231b67e30c7a27acf797e16ab10385a4334..682c2fe3b9dd85ee3f49893d9fad97518a500148 100644 (file)
@@ -19,9 +19,9 @@
  *
  *
  * Reference:
- *      4 MEgabit (512K x 8) SuperFlash EEPROM, SST49lF040 data sheet
+ *      4 Megabit (512K x 8) SuperFlash EEPROM, SST49lF040 data sheet
  *
- * ToDo: Consilidated to standard JEDEC code.
+ * TODO: Consilidated to standard JEDEC code.
  *
  */
 #include <stdio.h>
index 16f84df4a15b329a62541ef288bfb9471089a2a4..edb5493b5d9cca4f129a25ee2325528837a9c4ba 100644 (file)
@@ -3,7 +3,7 @@
  *
  *
  * Copyright 2000 Silicon Integrated System Corporation
- * Copyright 2005 coresystems GmbH <stepan@openbios.org>
+ * Copyright 2005-2007 coresystems GmbH
  *
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
index b828ceef3bfb5f23d55b77a8213870ed68dd27ec..e9d0104665d989fb24da24a74f08d7fbe6dda0f2 100644 (file)
  *
  */
 
-#include <errno.h>
-#include <fcntl.h>
-#include <sys/mman.h>
-#include <unistd.h>
 #include <stdio.h>
-#include <stdlib.h>
 
 #include "flash.h"
 #include "jedec.h"