]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/brcm80211/sys/wlc_event.c
Staging: brcm80211: remove ROUNDUP macro
[linux-beck.git] / drivers / staging / brcm80211 / sys / wlc_event.c
index dc5f5aa188bfe0644144a72df0c0c565b92b516f..8bc2d040d3fffe36a7c49e7309922568c90fab14 100644 (file)
@@ -47,7 +47,7 @@ struct wlc_eventq {
        bool workpending;
        struct wl_timer *timer;
        wlc_eventq_cb_t cb;
-       u8 event_inds_mask[ROUNDUP(WLC_E_LAST, NBBY) / NBBY];
+       u8 event_inds_mask[roundup(WLC_E_LAST, NBBY) / NBBY];
 };
 
 /*