x86, lguest: fix apic_ops build on UP
authorIngo Molnar <mingo@elte.hu>
Sun, 20 Jul 2008 15:04:57 +0000 (17:04 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 20 Jul 2008 15:03:45 +0000 (17:03 +0200)
commit7be42004065ce4df193aeef5befd26805267d0d9
treeb5feb18695578b1eb36a4af1a9520391cc23f96a
parentcaf43bf7c6a55e89b6df5179df434d67e24aa32e
x86, lguest: fix apic_ops build on UP

fix:

  arch/x86/lguest/boot.c:816: error: variable ‘lguest_basic_apic_ops’ has initializer but incomplete type
  arch/x86/lguest/boot.c:817: error: unknown field ‘read’ specified in initializer
 [...]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lguest/boot.c