diff options
Diffstat (limited to 'arch/um/sys-ppc/miscthings.c')
-rw-r--r-- | arch/um/sys-ppc/miscthings.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/sys-ppc/miscthings.c b/arch/um/sys-ppc/miscthings.c index 1c11aed9c719..25908d26ce07 100644 --- a/arch/um/sys-ppc/miscthings.c +++ b/arch/um/sys-ppc/miscthings.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "linux/threads.h" | 1 | #include <linux/threads.h> |
2 | #include "linux/stddef.h" // for NULL | 2 | #include <linux/stddef.h> // for NULL |
3 | #include "linux/elf.h" // for AT_NULL | 3 | #include <linux/elf.h> // for AT_NULL |
4 | 4 | ||
5 | /* The following function nicked from arch/ppc/kernel/process.c and | 5 | /* The following function nicked from arch/ppc/kernel/process.c and |
6 | * adapted slightly */ | 6 | * adapted slightly */ |