x86, acpi/irq: pci device dev->irq is an isa irq not a gsi
[safe/jmp/linux-2.6] / lib / vsprintf.c
index 7376b7c..46d34b0 100644 (file)
@@ -118,6 +118,7 @@ long long simple_strtoll(const char *cp, char **endp, unsigned int base)
 
        return simple_strtoull(cp, endp, base);
 }
+EXPORT_SYMBOL(simple_strtoll);
 
 /**
  * strict_strtoul - convert a string to an unsigned long strictly