mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Remove duplicate includes from the code
Corresponding to flashrom svn r1196. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
This commit is contained in:

committed by
Stefan Reinauer

parent
602de9829c
commit
18430a08aa
@ -22,7 +22,6 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "flash.h"
|
||||
@ -135,8 +134,6 @@ void cleanup_cpu_msr(void)
|
||||
}
|
||||
#elif defined(__DARWIN__)
|
||||
|
||||
#include <DirectIO/darwinio.h>
|
||||
|
||||
#define MEM_DEV "DirectIO"
|
||||
|
||||
static void *sys_physmap(unsigned long phys_addr, size_t len)
|
||||
|
Reference in New Issue
Block a user