#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); MODULE_INFO(depends, "snd-firewire-lib,firewire-core,snd-rawmidi,snd,snd-hwdep,snd-pcm"); MODULE_ALIAS("ieee1394:ven0000022Emo*sp0000022Ever00800000*"); MODULE_ALIAS("ieee1394:ven0000022Emo*sp0000022Ever00800003*"); MODULE_ALIAS("ieee1394:ven0000022Emo*sp0000022Ever00800004*"); MODULE_INFO(srcversion, "F31FBC5B586368D9EBA3E19");