include/sata.h: Audit include list
This file does not need <part.h> so remove it. This file does however need <stdbool.h> so add that in. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef __SATA_H__
|
||||
#define __SATA_H__
|
||||
#include <part.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
int sata_probe(int devnum);
|
||||
int sata_remove(int devnum);
|
||||
|
||||
Reference in New Issue
Block a user