diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-10-06 19:55:42 +1300 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2012-10-15 14:04:41 +1300 |
commit | 83cc76909622a4ee21f750148e779104d0606e9f (patch) | |
tree | 496516542f88e76046962c20f75521488d08b998 /arch/arm/mach-vt8500 | |
parent | 227f00412fc1e4d102d8642e9a01ad6eb737820f (diff) |
vt8500: Fix header in mach-vt8500/timer.c
Correct filename reference in file header.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/mach-vt8500')
-rw-r--r-- | arch/arm/mach-vt8500/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vt8500/timer.c b/arch/arm/mach-vt8500/timer.c index 050e1833f2d0..3dd21a47881f 100644 --- a/arch/arm/mach-vt8500/timer.c +++ b/arch/arm/mach-vt8500/timer.c @@ -1,5 +1,5 @@ /* - * arch/arm/mach-vt8500/timer_dt.c + * arch/arm/mach-vt8500/timer.c * * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> |