diff options
-rw-r--r-- | include/asm-generic/Kbuild.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/Kbuild.asm b/include/asm-generic/Kbuild.asm index da163c123edb..bdb8b089d85d 100644 --- a/include/asm-generic/Kbuild.asm +++ b/include/asm-generic/Kbuild.asm | |||
@@ -5,7 +5,7 @@ unifdef-y += a.out.h auxvec.h byteorder.h errno.h fcntl.h ioctl.h \ | |||
5 | statfs.h termbits.h termios.h timex.h types.h unistd.h user.h | 5 | statfs.h termbits.h termios.h timex.h types.h unistd.h user.h |
6 | 6 | ||
7 | # These really shouldn't be exported | 7 | # These really shouldn't be exported |
8 | unifdef-y += atomic.h io.h | 8 | unifdef-y += io.h |
9 | 9 | ||
10 | # These probably shouldn't be exported | 10 | # These probably shouldn't be exported |
11 | unifdef-y += elf.h page.h | 11 | unifdef-y += elf.h page.h |