staging: brcm80211: remove volatile keyword used in struct rte_console
[pandora-kernel.git] / drivers / staging / brcm80211 / brcmfmac / dhd_sdio.c
index 3e7d5b2..8cb34d6 100644 (file)
@@ -126,8 +126,8 @@ struct rte_console {
         * (at risk of conflicting with
         * the real UART).  vcons_out is currently unused.
         */
-       volatile uint vcons_in;
-       volatile uint vcons_out;
+       uint vcons_in;
+       uint vcons_out;
 
        /* Output (logging) buffer
         * Console output is written to a ring buffer log_buf at index log_idx.