|
@@ -23,7 +23,7 @@ static int vmic_probe(struct pci_dev *, const struct pci_device_id *);
|
|
static void vmic_remove(struct pci_dev *);
|
|
static void vmic_remove(struct pci_dev *);
|
|
|
|
|
|
/** Base address to access FPGA register */
|
|
/** Base address to access FPGA register */
|
|
-static void *vmic_base;
|
|
|
|
|
|
+static void __iomem *vmic_base;
|
|
|
|
|
|
static const char driver_name[] = "vmivme_7805";
|
|
static const char driver_name[] = "vmivme_7805";
|
|
|
|
|