Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 118,128 ****
(char *)oce_ident_string, /* Description string */
&oce_dev_ops, /* driver ops */
};
static struct modlinkage oce_mod_linkage = {
! MODREV_1, &oce_drv, NULL
};
#define OCE_M_CB_FLAGS (MC_IOCTL | MC_GETCAPAB | MC_SETPROP | MC_GETPROP | \
MC_PROPINFO)
static mac_callbacks_t oce_mac_cb = {
--- 118,128 ----
(char *)oce_ident_string, /* Description string */
&oce_dev_ops, /* driver ops */
};
static struct modlinkage oce_mod_linkage = {
! MODREV_1, { &oce_drv, NULL }
};
#define OCE_M_CB_FLAGS (MC_IOCTL | MC_GETCAPAB | MC_SETPROP | MC_GETPROP | \
MC_PROPINFO)
static mac_callbacks_t oce_mac_cb = {