diff options
Diffstat (limited to 'arch/mips/nxp/pnx8550/common/reset.c')
-rw-r--r-- | arch/mips/nxp/pnx8550/common/reset.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/nxp/pnx8550/common/reset.c b/arch/mips/nxp/pnx8550/common/reset.c index 7b2cbc5b2c7c..fadd8744a6bc 100644 --- a/arch/mips/nxp/pnx8550/common/reset.c +++ b/arch/mips/nxp/pnx8550/common/reset.c @@ -20,7 +20,8 @@ * Reset the PNX8550 board. * */ -#include <linux/slab.h> +#include <linux/kernel.h> + #include <asm/reboot.h> #include <glb.h> |