#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(mc13xxx_lock, "", ""); KSYMTAB_FUNC(mc13xxx_unlock, "", ""); KSYMTAB_FUNC(mc13xxx_reg_read, "", ""); KSYMTAB_FUNC(mc13xxx_reg_write, "", ""); KSYMTAB_FUNC(mc13xxx_reg_rmw, "", ""); KSYMTAB_FUNC(mc13xxx_irq_mask, "", ""); KSYMTAB_FUNC(mc13xxx_irq_unmask, "", ""); KSYMTAB_FUNC(mc13xxx_irq_status, "", ""); KSYMTAB_FUNC(mc13xxx_irq_request, "", ""); KSYMTAB_FUNC(mc13xxx_irq_free, "", ""); KSYMTAB_DATA(mc13xxx_variant_mc13783, "_gpl", ""); KSYMTAB_DATA(mc13xxx_variant_mc13892, "_gpl", ""); KSYMTAB_DATA(mc13xxx_variant_mc34708, "_gpl", ""); KSYMTAB_FUNC(mc13xxx_get_flags, "", ""); KSYMTAB_FUNC(mc13xxx_adc_do_conversion, "_gpl", ""); KSYMTAB_FUNC(mc13xxx_common_init, "_gpl", ""); KSYMTAB_FUNC(mc13xxx_common_exit, "_gpl", ""); MODULE_INFO(depends, "mfd-core");