Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Al Viro | 7095850 | 2011-08-18 20:05:59 +0100 | [diff] [blame] | 2 | #include <linux/stddef.h> |
| 3 | #include <linux/sched.h> |
| 4 | #include <linux/elf.h> |
| 5 | #include <linux/crypto.h> |
Matthias Kaehlcke | 601b7b91 | 2017-04-03 12:54:58 -0700 | [diff] [blame] | 6 | #include <linux/kbuild.h> |
Al Viro | 7095850 | 2011-08-18 20:05:59 +0100 | [diff] [blame] | 7 | #include <asm/mman.h> |
| 8 | |
Al Viro | 7095850 | 2011-08-18 20:05:59 +0100 | [diff] [blame] | 9 | void foo(void) |
| 10 | { |
| 11 | #include <common-offsets.h> |
| 12 | } |