aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/module_64.c')
-rw-r--r--arch/powerpc/kernel/module_64.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/module_64.c b/arch/powerpc/kernel/module_64.c
index a102f4412392..12664c130d73 100644
--- a/arch/powerpc/kernel/module_64.c
+++ b/arch/powerpc/kernel/module_64.c
@@ -26,8 +26,7 @@
26#include <asm/firmware.h> 26#include <asm/firmware.h>
27#include <asm/code-patching.h> 27#include <asm/code-patching.h>
28#include <linux/sort.h> 28#include <linux/sort.h>
29 29#include <asm/setup.h>
30#include "setup.h"
31 30
32/* FIXME: We don't do .init separately. To do this, we'd need to have 31/* FIXME: We don't do .init separately. To do this, we'd need to have
33 a separate r2 value in the init and core section, and stub between 32 a separate r2 value in the init and core section, and stub between