summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2010-09-25 14:16:09 +0800
committerAlan Tull <r80115@freescale.com>2010-09-25 09:53:50 -0500
commitb5f624e490521d8c1f46e118b8f6924eb02be683 (patch)
tree4c02fa30a79d6dae5e87f35ea794bee73404ef3b /drivers/char
parent3a04c8c3b254cf2b529298983ee5417842623ab4 (diff)
ENGR00131909 OCOTP: fix compile error
add the proper header to fix the compile error. Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/char')
-rwxr-xr-xdrivers/char/fsl_otp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/fsl_otp.c b/drivers/char/fsl_otp.c
index 1a7db625f243..fbc52b870d3a 100755
--- a/drivers/char/fsl_otp.c
+++ b/drivers/char/fsl_otp.c
@@ -28,6 +28,7 @@
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/io.h>
+#include <linux/slab.h>
#include <linux/platform_device.h>
#include "fsl_otp.h"