summaryrefslogtreecommitdiff
path: root/arch/cris/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/kernel/module.c')
-rw-r--r--arch/cris/kernel/module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/kernel/module.c b/arch/cris/kernel/module.c
index 37400f5869e..51123f985eb 100644
--- a/arch/cris/kernel/module.c
+++ b/arch/cris/kernel/module.c
@@ -32,8 +32,6 @@
#ifdef CONFIG_ETRAX_KMALLOCED_MODULES
void *module_alloc(unsigned long size)
{
- if (size == 0)
- return NULL;
return kmalloc(size, GFP_KERNEL);
}