Print this page
fixup .text where possible
7127 remove -Wno-missing-braces from Makefile.uts
*** 89,100 ****
};
/* Module Linkage */
static struct modlinkage hci1394_modlinkage = {
MODREV_1,
! &hci1394_modldrv,
! NULL
};
#ifndef NPROBE
extern int tnf_mod_load(void);
extern int tnf_mod_unload(struct modlinkage *mlp);
--- 89,100 ----
};
/* Module Linkage */
static struct modlinkage hci1394_modlinkage = {
MODREV_1,
! { &hci1394_modldrv,
! NULL }
};
#ifndef NPROBE
extern int tnf_mod_load(void);
extern int tnf_mod_unload(struct modlinkage *mlp);