Skip to content

Commit

Permalink
hw/ipmi: remove old i386 dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Corey Minyard <[email protected]>
Tested-by: Corey Minyard <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
philmd authored and Michael Tokarev committed Dec 18, 2017
1 parent 7863161 commit 34d0668
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hw/ipmi/isa_ipmi_bt.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "hw/hw.h"
#include "hw/ipmi/ipmi.h"
#include "hw/isa/isa.h"
#include "hw/i386/pc.h"

/* Control register */
#define IPMI_BT_CLR_WR_BIT 0
Expand Down
1 change: 0 additions & 1 deletion hw/ipmi/isa_ipmi_kcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include "hw/hw.h"
#include "hw/ipmi/ipmi.h"
#include "hw/isa/isa.h"
#include "hw/i386/pc.h"

#define IPMI_KCS_OBF_BIT 0
#define IPMI_KCS_IBF_BIT 1
Expand Down

0 comments on commit 34d0668

Please sign in to comment.