1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

Drop leftover includes

Corresponding to flashrom svn r115 and coreboot v2 svn r2693.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
This commit is contained in:
Stefan Reinauer 2007-05-24 09:26:39 +00:00 committed by Stefan Reinauer
parent 5380d51c69
commit 7ed78c88b6
6 changed files with 5 additions and 18 deletions

View File

@ -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"

View File

@ -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>

View 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
*
*/

View 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>

View 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

View File

@ -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"