summaryrefslogtreecommitdiff
path: root/drivers/clocksource/timer-ep93xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clocksource/timer-ep93xx.c')
-rw-r--r--drivers/clocksource/timer-ep93xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-ep93xx.c b/drivers/clocksource/timer-ep93xx.c
index 04eeda15d997..1b719282c07f 100644
--- a/drivers/clocksource/timer-ep93xx.c
+++ b/drivers/clocksource/timer-ep93xx.c
@@ -141,7 +141,7 @@ static int __init ep93xx_timer_of_init(struct device_node *np)
struct ep93xx_tcu *tcu;
int ret;
- tcu = kzalloc_obj(*tcu, GFP_KERNEL);
+ tcu = kzalloc_obj(*tcu);
if (!tcu)
return -ENOMEM;