Skip to content

Commit

Permalink
hw/ppc/vof: Do not include the full "cpu.h"
Browse files Browse the repository at this point in the history
"vof.h" doesn't need the full "cpu.h" to get the target_ulong
definition, including "exec/cpu-defs.h" is enough.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20221213123550.39302-3-philmd@linaro.org>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
  • Loading branch information
philmd authored and danielhb committed Dec 20, 2022
1 parent da2aa95 commit 4832f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hw/ppc/vof.h
Expand Up @@ -9,7 +9,7 @@
#include "qom/object.h"
#include "exec/address-spaces.h"
#include "exec/memory.h"
#include "cpu.h"
#include "exec/cpu-defs.h"

typedef struct Vof {
uint64_t top_addr; /* copied from rma_size */
Expand Down

0 comments on commit 4832f99

Please sign in to comment.