#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(pcf50633_read_block, "_gpl", ""); KSYMTAB_FUNC(pcf50633_write_block, "_gpl", ""); KSYMTAB_FUNC(pcf50633_reg_read, "_gpl", ""); KSYMTAB_FUNC(pcf50633_reg_write, "_gpl", ""); KSYMTAB_FUNC(pcf50633_reg_set_bit_mask, "_gpl", ""); KSYMTAB_FUNC(pcf50633_reg_clear_bits, "_gpl", ""); KSYMTAB_FUNC(pcf50633_register_irq, "_gpl", ""); KSYMTAB_FUNC(pcf50633_free_irq, "_gpl", ""); KSYMTAB_FUNC(pcf50633_irq_mask, "_gpl", ""); KSYMTAB_FUNC(pcf50633_irq_unmask, "_gpl", ""); KSYMTAB_FUNC(pcf50633_irq_mask_get, "_gpl", ""); KSYMTAB_DATA(pcf50633_pm, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_ALIAS("i2c:pcf50633"); MODULE_INFO(srcversion, "852DB3E14779CF71D97FA71");