From ab5027a5ead8ac0f8564d2951245138051d18a11 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Wed, 3 Jul 2019 23:03:47 -0700 Subject: [PATCH] smbus: Fixup headers --- hw/xbox/amd_smbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xbox/amd_smbus.c b/hw/xbox/amd_smbus.c index ff349db969..2e192ed4d6 100644 --- a/hw/xbox/amd_smbus.c +++ b/hw/xbox/amd_smbus.c @@ -26,7 +26,7 @@ #include "hw/hw.h" #include "hw/i386/pc.h" #include "hw/xbox/amd_smbus.h" -#include "hw/i2c/smbus.h" +#include "hw/i2c/i2c.h" // #define DEBUG #ifdef DEBUG