mwifiex: add custom IE framework
[deliverable/linux.git] / drivers / net / caif / caif_shmcore.c
index 5b2041319a32b55907a555cae2d32eb7921d0db1..bc497d718858ed99e6281dc2c28bad47ec891c6b 100644 (file)
@@ -13,6 +13,7 @@
 #include <linux/list.h>
 #include <linux/netdevice.h>
 #include <linux/if_arp.h>
+#include <linux/io.h>
 
 #include <net/caif/caif_device.h>
 #include <net/caif/caif_shm.h>
@@ -647,6 +648,9 @@ int caif_shmcore_probe(struct shmdev_layer *pshm_dev)
                if (pshm_dev->shm_loopback)
                        tx_buf->desc_vptr = (unsigned char *)tx_buf->phy_addr;
                else
+                       /*
+                        * FIXME: the result of ioremap is not a pointer - arnd
+                        */
                        tx_buf->desc_vptr =
                                        ioremap(tx_buf->phy_addr, TX_BUF_SZ);
 
This page took 0.033972 seconds and 5 git commands to generate.