Author: stepan
Date: 2007-05-24 11:26:39 +0200 (Thu, 24 May 2007)
New Revision: 2693

Modified:
   trunk/LinuxBIOSv2/util/flashrom/82802ab.c
   trunk/LinuxBIOSv2/util/flashrom/sharplhf00l04.c
   trunk/LinuxBIOSv2/util/flashrom/sst28sf040.c
   trunk/LinuxBIOSv2/util/flashrom/sst49lf040.c
   trunk/LinuxBIOSv2/util/flashrom/sst49lfxxxc.c
   trunk/LinuxBIOSv2/util/flashrom/sst_fwhub.c
Log:
drop leftover includes (trivial)

Signed-off-by: Stefan Reinauer <[EMAIL PROTECTED]>
Acked-by: Stefan Reinauer <[EMAIL PROTECTED]>



Modified: trunk/LinuxBIOSv2/util/flashrom/82802ab.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/82802ab.c   2007-05-24 09:08:36 UTC (rev 
2692)
+++ trunk/LinuxBIOSv2/util/flashrom/82802ab.c   2007-05-24 09:26:39 UTC (rev 
2693)
@@ -23,12 +23,8 @@
  *
  */
 
-#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"

Modified: trunk/LinuxBIOSv2/util/flashrom/sharplhf00l04.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/sharplhf00l04.c     2007-05-24 09:08:36 UTC 
(rev 2692)
+++ trunk/LinuxBIOSv2/util/flashrom/sharplhf00l04.c     2007-05-24 09:26:39 UTC 
(rev 2693)
@@ -22,10 +22,6 @@
  * 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>
 

Modified: trunk/LinuxBIOSv2/util/flashrom/sst28sf040.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/sst28sf040.c        2007-05-24 09:08:36 UTC 
(rev 2692)
+++ trunk/LinuxBIOSv2/util/flashrom/sst28sf040.c        2007-05-24 09:26:39 UTC 
(rev 2693)
@@ -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
  *
  */
 

Modified: trunk/LinuxBIOSv2/util/flashrom/sst49lf040.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/sst49lf040.c        2007-05-24 09:08:36 UTC 
(rev 2692)
+++ trunk/LinuxBIOSv2/util/flashrom/sst49lf040.c        2007-05-24 09:26:39 UTC 
(rev 2693)
@@ -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>

Modified: trunk/LinuxBIOSv2/util/flashrom/sst49lfxxxc.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/sst49lfxxxc.c       2007-05-24 09:08:36 UTC 
(rev 2692)
+++ trunk/LinuxBIOSv2/util/flashrom/sst49lfxxxc.c       2007-05-24 09:26:39 UTC 
(rev 2693)
@@ -3,7 +3,7 @@
  *
  *
  * Copyright 2000 Silicon Integrated System Corporation
- * Copyright 2005 coresystems GmbH <[EMAIL PROTECTED]>
+ * 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

Modified: trunk/LinuxBIOSv2/util/flashrom/sst_fwhub.c
===================================================================
--- trunk/LinuxBIOSv2/util/flashrom/sst_fwhub.c 2007-05-24 09:08:36 UTC (rev 
2692)
+++ trunk/LinuxBIOSv2/util/flashrom/sst_fwhub.c 2007-05-24 09:26:39 UTC (rev 
2693)
@@ -20,12 +20,7 @@
  *
  */
 
-#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"


-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to