Comment 1 for bug 576274

Revision history for this message
Andy Whitcroft (apw) wrote :

Ok this turns out to be an issue triggered by CONFIG_UNUSED_SYMBOLS not being set in the configuration for ti-omap. Turns out this is required for properly formed ABI files. There is no obvious reason however we cannot cope with the form when this is not set. So will:

1) fix the abi-check parser to cope with the dodgy lines,
2) enable CONFIG_UNUSED_SYMBOLS for ti-omap, and
3) get CONFIG_UNUSED_SYMBOLS into the enforcer configuration.