Re: [PATCH 2/2] kbuild: make modversion for exported asm symbols more convivial

2016-12-13 Thread Nicolas Pitre
On Wed, 14 Dec 2016, Michal Marek wrote: > Dne 8.12.2016 v 05:24 Nicolas Pitre napsal(a): > > Rather than having an asm-prototypes.h file where C prototypes for exported > > asm symbols are centralized, let's have some macros that can be used > > directly in the code where those symbols are export

Re: [PATCH 2/2] kbuild: make modversion for exported asm symbols more convivial

2016-12-13 Thread Michal Marek
Dne 8.12.2016 v 05:24 Nicolas Pitre napsal(a): > Rather than having an asm-prototypes.h file where C prototypes for exported > asm symbols are centralized, let's have some macros that can be used > directly in the code where those symbols are exported for genksyms > consumption. Either the prototy

[PATCH 2/2] kbuild: make modversion for exported asm symbols more convivial

2016-12-07 Thread Nicolas Pitre
Rather than having an asm-prototypes.h file where C prototypes for exported asm symbols are centralized, let's have some macros that can be used directly in the code where those symbols are exported for genksyms consumption. Either the prototype is provided directly if no include files has it, or