hv: coding style: remove no real declaration for external variable

There is no no real declaration for these external variables. So just
remove them.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
Li, Fei1 2018-12-20 18:59:58 +08:00 committed by wenlingz
parent 1e3358fd92
commit 5f0c093e57
1 changed files with 0 additions and 2 deletions

View File

@ -137,8 +137,6 @@ struct host_gdt_descriptor {
struct host_gdt *gdt; struct host_gdt *gdt;
} __packed; } __packed;
extern struct host_gdt HOST_GDT;
extern struct host_gdt_descriptor HOST_GDTR;
void load_gdtr_and_tr(void); void load_gdtr_and_tr(void);
#endif /* end #ifndef ASSEMBLER */ #endif /* end #ifndef ASSEMBLER */