Skip to content
Snippets Groups Projects
  • Michal Marek's avatar
    2c5925d6
    genksyms: Do not expand internal types · 2c5925d6
    Michal Marek authored
    Consider structures, unions and enums defined in the source file as
    internal and do not expand them. This way, changes to e.g. struct
    serial_private in drivers/tty/serial/8250_pci.c will not affect the
    checksum of the pciserial_* exports.
    2c5925d6
    History
    genksyms: Do not expand internal types
    Michal Marek authored
    Consider structures, unions and enums defined in the source file as
    internal and do not expand them. This way, changes to e.g. struct
    serial_private in drivers/tty/serial/8250_pci.c will not affect the
    checksum of the pciserial_* exports.