diff options
Diffstat (limited to 'include/linux/lguest.h')
-rw-r--r-- | include/linux/lguest.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lguest.h b/include/linux/lguest.h index d4d94a127f35..8e959deed412 100644 --- a/include/linux/lguest.h +++ b/include/linux/lguest.h | |||
@@ -41,8 +41,6 @@ struct lguest_data | |||
41 | /* Fields initialized by the Host at boot: */ | 41 | /* Fields initialized by the Host at boot: */ |
42 | /* Memory not to try to access */ | 42 | /* Memory not to try to access */ |
43 | unsigned long reserve_mem; | 43 | unsigned long reserve_mem; |
44 | /* ID of this Guest (used by network driver to set ethernet address) */ | ||
45 | u16 guestid; | ||
46 | /* KHz for the TSC clock. */ | 44 | /* KHz for the TSC clock. */ |
47 | u32 tsc_khz; | 45 | u32 tsc_khz; |
48 | 46 | ||