Skip to content

Commit

Permalink
arm, arm64: Remove unneeded forward type declarations from gic.h
Browse files Browse the repository at this point in the history
No longer needed, or we get them via the included headers.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
jan-kiszka committed Dec 5, 2016
1 parent f93fa73 commit afdb015
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hypervisor/arch/arm-common/include/asm/gic.h
Expand Up @@ -14,7 +14,6 @@
#define _JAILHOUSE_ASM_GIC_COMMON_H

#include <jailhouse/mmio.h>
#include <jailhouse/types.h>
#if defined(CONFIG_ARM_GIC_V2)
# include <asm/gic_v2.h>
#elif defined(CONFIG_ARM_GIC_V3)
Expand Down Expand Up @@ -48,12 +47,6 @@
#define is_spi(irqn) ((irqn) > 31 && (irqn) < 1020)

#ifndef __ASSEMBLY__

struct cell;
struct arm_mmio_access;
struct per_cpu;
struct sgi;

extern u8 target_cpu_map[];

extern void *gicd_base;
Expand Down

0 comments on commit afdb015

Please sign in to comment.