lguest: fix crash lguest_time_init
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Dec 2010 23:03:13 +0000 (17:03 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 16 Dec 2010 06:33:14 +0000 (17:03 +1030)
commitbb6f1d9a99f1947d91693de62ed54ac3bf1e2dfe
treed65336471dba6eba42413630603d0202ec64dd40
parentb0c3844d8af6b9f3f18f31e1b0502fbefa2166be
lguest: fix crash lguest_time_init

fe25c7fc2e "x86: lguest: Convert to new irq chip functions" converted
enable_lguest_irq() to take a struct irq_data *, but didn't fix the one
internal caller.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
To: x86@kernel.org
arch/x86/lguest/boot.c