Skip to content

Commit

Permalink
[ARM] 5453/1: fix building breakage of sys_oabi-compat.c due to missi…
Browse files Browse the repository at this point in the history
…ng kmalloc/kfree

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

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
eric miao authored and Russell King committed Apr 16, 2009
1 parent d5565f7 commit cbb5509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/kernel/sys_oabi-compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cbb5509

Please sign in to comment.