aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/platforms/powernv/opal-lpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/powernv/opal-lpc.c b/arch/powerpc/platforms/powernv/opal-lpc.c
index 70eff22aef73..f04b4d8aca5a 100644
--- a/arch/powerpc/platforms/powernv/opal-lpc.c
+++ b/arch/powerpc/platforms/powernv/opal-lpc.c
@@ -22,6 +22,7 @@
22#include <asm/opal.h> 22#include <asm/opal.h>
23#include <asm/prom.h> 23#include <asm/prom.h>
24#include <asm/uaccess.h> 24#include <asm/uaccess.h>
25#include <asm/debug.h>
25 26
26static int opal_lpc_chip_id = -1; 27static int opal_lpc_chip_id = -1;
27 28