#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"); KSYMTAB_FUNC(sch56xx_read_virtual_reg, "", ""); KSYMTAB_FUNC(sch56xx_write_virtual_reg, "", ""); KSYMTAB_FUNC(sch56xx_read_virtual_reg16, "", ""); KSYMTAB_FUNC(sch56xx_read_virtual_reg12, "", ""); KSYMTAB_FUNC(sch56xx_regmap_read16, "", ""); KSYMTAB_FUNC(sch56xx_regmap_write16, "", ""); KSYMTAB_FUNC(devm_regmap_init_sch56xx, "", ""); KSYMTAB_FUNC(sch56xx_watchdog_register, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "E9B4A9FC16B239F437ADD3E");