aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/machdep_no.h
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2010-09-07 15:48:43 +1000
committerGeert Uytterhoeven <geert@linux-m68k.org>2010-10-22 09:43:23 +0200
commitb0860c1d80016df82b93b926f1cff3110ccb5028 (patch)
tree563c9361c76c904f7ead9c1e92849c7fe6396927 /arch/m68k/include/asm/machdep_no.h
parentm68k/m68knommu: merge MMU and non-MMU string.h (diff)
downloadlinux-dev-b0860c1d80016df82b93b926f1cff3110ccb5028.tar.xz
linux-dev-b0860c1d80016df82b93b926f1cff3110ccb5028.zip
m68k/m68knommu: merge machdep.h files into a single file
No need to have separate machdep.h files for each of the MMU and non-MMU cases. Merge them all into a single file. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to '')
-rw-r--r--arch/m68k/include/asm/machdep_no.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/m68k/include/asm/machdep_no.h b/arch/m68k/include/asm/machdep_no.h
deleted file mode 100644
index de9f47a51cc2..000000000000
--- a/arch/m68k/include/asm/machdep_no.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef _M68KNOMMU_MACHDEP_H
-#define _M68KNOMMU_MACHDEP_H
-
-#include <linux/interrupt.h>
-
-/* Hardware clock functions */
-extern void hw_timer_init(void);
-extern unsigned long hw_timer_offset(void);
-
-extern irqreturn_t arch_timer_interrupt(int irq, void *dummy);
-
-/* Machine dependent time handling */
-extern void (*mach_gettod)(int *year, int *mon, int *day, int *hour,
- int *min, int *sec);
-extern int (*mach_set_clock_mmss)(unsigned long);
-
-/* machine dependent power off functions */
-extern void (*mach_reset)( void );
-extern void (*mach_halt)( void );
-extern void (*mach_power_off)( void );
-
-extern void config_BSP(char *command, int len);
-
-extern void do_IRQ(int irq, struct pt_regs *fp);
-
-#endif /* _M68KNOMMU_MACHDEP_H */