diff options
Diffstat (limited to 'drivers/parisc/sba_iommu.c')
| -rw-r--r-- | drivers/parisc/sba_iommu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/parisc/sba_iommu.c b/drivers/parisc/sba_iommu.c index d044c48323e6..e527a0e1d6c0 100644 --- a/drivers/parisc/sba_iommu.c +++ b/drivers/parisc/sba_iommu.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <linux/mm.h> | 28 | #include <linux/mm.h> |
| 29 | #include <linux/string.h> | 29 | #include <linux/string.h> |
| 30 | #include <linux/pci.h> | 30 | #include <linux/pci.h> |
| 31 | #include <linux/scatterlist.h> | ||
| 31 | 32 | ||
| 32 | #include <asm/byteorder.h> | 33 | #include <asm/byteorder.h> |
| 33 | #include <asm/io.h> | 34 | #include <asm/io.h> |
| @@ -1909,8 +1910,8 @@ sba_driver_callback(struct parisc_device *dev) | |||
| 1909 | global_ioc_cnt *= 2; | 1910 | global_ioc_cnt *= 2; |
| 1910 | } | 1911 | } |
| 1911 | 1912 | ||
| 1912 | printk(KERN_INFO "%s found %s at 0x%lx\n", | 1913 | printk(KERN_INFO "%s found %s at 0x%llx\n", |
| 1913 | MODULE_NAME, version, dev->hpa.start); | 1914 | MODULE_NAME, version, (unsigned long long)dev->hpa.start); |
| 1914 | 1915 | ||
| 1915 | sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNEL); | 1916 | sba_dev = kzalloc(sizeof(struct sba_device), GFP_KERNEL); |
| 1916 | if (!sba_dev) { | 1917 | if (!sba_dev) { |
