minor include cleanups
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5861 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
7ac4c26177
commit
2dd1ded197
|
@ -19,7 +19,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "cbfs.h"
|
#include "cbfs.h"
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/io.h>
|
#include <sys/io.h>
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#ifndef _EC_H
|
#ifndef _EC_H
|
||||||
#define _EC_H
|
#define _EC_H
|
||||||
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
#define EC_DATA 0x62
|
#define EC_DATA 0x62
|
||||||
#define EC_SC 0x66
|
#define EC_SC 0x66
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue