]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/misc/ioc4.c
tifm_7xx1: recognize device 0xac8f as supported
[linux-2.6-omap-h63xx.git] / drivers / misc / ioc4.c
index 1c3c14a3839cff9d7a0f2a990ef0fa683b8d83d5..b995a15b7526a43d12439ce955fb91579d4cff72 100644 (file)
@@ -32,6 +32,7 @@
 #include <linux/ktime.h>
 #include <linux/mutex.h>
 #include <linux/time.h>
+#include <asm/io.h>
 
 /***************
  * Definitions *
@@ -209,8 +210,8 @@ ioc4_clock_calibrate(struct ioc4_driver_data *idd)
 
                do_div(ns, IOC4_EXTINT_COUNT_DIVISOR);
                printk(KERN_DEBUG
-                      "IOC4 %s: PCI clock is %lld ns.\n",
-                      pci_name(idd->idd_pdev), ns);
+                      "IOC4 %s: PCI clock is %llu ns.\n",
+                      pci_name(idd->idd_pdev), (unsigned long long)ns);
        }
 
        /* Remember results.  We store the extint clock period rather