#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(ili9320_write, "_gpl", ""); KSYMTAB_FUNC(ili9320_write_regs, "_gpl", ""); KSYMTAB_FUNC(ili9320_probe_spi, "_gpl", ""); KSYMTAB_FUNC(ili9320_remove, "_gpl", ""); KSYMTAB_FUNC(ili9320_suspend, "_gpl", ""); KSYMTAB_FUNC(ili9320_resume, "_gpl", ""); KSYMTAB_FUNC(ili9320_shutdown, "_gpl", ""); MODULE_INFO(depends, "lcd"); MODULE_INFO(srcversion, "DCE70BB32F4252FAC555A9F");