projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c2635
)
m68knommu: remove unused variables in setup.c
author
Greg Ungerer
<
[email protected]
>
Wed, 24 Oct 2007 02:03:10 +0000
(12:03 +1000)
committer
Linus Torvalds
<
[email protected]
>
Wed, 24 Oct 2007 03:45:44 +0000
(20:45 -0700)
Remove unused variables from setup.c code.
Signed-off-by: Greg Ungerer <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/m68knommu/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/m68knommu/kernel/setup.c
b/arch/m68knommu/kernel/setup.c
index 74bf94948ec2bf413be0ba51ad2f4900b48b152e..4d0b050bb444d4a9e2e80369667f4547b59223d6 100644
(file)
--- a/
arch/m68knommu/kernel/setup.c
+++ b/
arch/m68knommu/kernel/setup.c
@@
-43,11
+43,8
@@
EXPORT_SYMBOL(memory_end);
char __initdata command_line[COMMAND_LINE_SIZE];
/* machine dependent timer functions */
-void (*mach_sched_init)(irq_handler_t handler);
-void (*mach_tick)(void);
void (*mach_gettod)(int*, int*, int*, int*, int*, int*);
int (*mach_set_clock_mmss)(unsigned long);
-unsigned long (*mach_gettimeoffset)(void);
/* machine dependent reboot functions */
void (*mach_reset)(void);