aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2010-02-27 17:51:33 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2010-05-17 21:15:40 +0200
commit9881bbb269e8f287d0e55ae3384e48b26f1872f7 (patch)
treea3c2684419be2f5681624ef2665c6df6894ecc22 /arch/m68k
parentb9b0d8b430ebd61d32e2a9544e75a3c4b10cddcd (diff)
m68k: hp300 - Checkpatch cleanup
arch/m68k/hp300/time.h:2: WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/hp300/time.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/m68k/hp300/time.h b/arch/m68k/hp300/time.h
index f5b3d098b0f..7b98242960d 100644
--- a/arch/m68k/hp300/time.h
+++ b/arch/m68k/hp300/time.h
@@ -1,4 +1,2 @@
extern void hp300_sched_init(irq_handler_t vector);
-extern unsigned long hp300_gettimeoffset (void);
-
-
+extern unsigned long hp300_gettimeoffset(void);