8 -static char *dev_info = "ath_hal";
11 MODULE_AUTHOR("Errno Consulting, Sam Leffler");
12 MODULE_DESCRIPTION("Atheros Hardware Access Layer (HAL)");
18 + const char *sep = "";
21 kmmio_logmsg = _kmmio_logmsg;
23 ifxmips_emulate = ifxmips_has_brn_block();
27 + printk(KERN_INFO "hal: %s (", ath_hal_version);
28 for (i = 0; ath_hal_buildopts[i] != NULL; i++) {
29 printk("%s%s", sep, ath_hal_buildopts[i]);