diff options
| -rw-r--r-- | arch/x86/kernel/hpet.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 410fdb3f1939..7494999141b3 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c @@ -506,7 +506,7 @@ static int hpet_assign_irq(struct hpet_dev *dev)  {  	unsigned int irq; -	irq = create_irq(); +	irq = create_irq_nr(0, -1);  	if (!irq)  		return -EINVAL; | 
