mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
559df2e021
The simplest method was to add an extra asm-offsets.h file in arch/$ARCH/include/asm that references the generated file. We can now migrate the architectures one-by-one to reference the generated file direct - and when done we can delete the temporary arch/$ARCH/include/asm/asm-offsets.h file. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz>
2 lines
35 B
C
2 lines
35 B
C
#include <generated/asm-offsets.h>
|