[amd] firmware: include compat.h instead of a forward decl
This commit is contained in:
parent
8d2b2f3d4d
commit
391f99195a
|
@ -20,8 +20,9 @@ Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
#ifndef __VENDOR_RESET_FIRMWARE_H__
|
||||
#define __VENDOR_RESET_FIRMWARE_H__
|
||||
|
||||
struct amd_fake_dev;
|
||||
#include "compat.h"
|
||||
|
||||
int atom_bios_init(struct amd_fake_dev *adev);
|
||||
void atom_bios_fini(struct amd_fake_dev *adev);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue