Skip to content
Snippets Groups Projects
Commit cbb55092 authored by eric miao's avatar eric miao Committed by Russell King
Browse files

[ARM] 5453/1: fix building breakage of sys_oabi-compat.c due to missing kmalloc/kfree


It seems that declarations of kmalloc/kfree are missed, explicitly
include it.

Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d5565f76
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@
#include <linux/net.h>
#include <linux/ipc.h>
#include <linux/uaccess.h>
#include <linux/slab.h>
struct oldabi_stat64 {
unsigned long long st_dev;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment