mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
[MIPS] Jazz: remove unneeded reset functions
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
eeea55163d
commit
34ec6e76a6
@ -6,10 +6,6 @@
|
|||||||
*/
|
*/
|
||||||
#include <linux/jiffies.h>
|
#include <linux/jiffies.h>
|
||||||
#include <asm/jazz.h>
|
#include <asm/jazz.h>
|
||||||
#include <asm/io.h>
|
|
||||||
#include <asm/system.h>
|
|
||||||
#include <asm/reboot.h>
|
|
||||||
#include <asm/delay.h>
|
|
||||||
|
|
||||||
#define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */
|
#define KBD_STAT_IBF 0x02 /* Keyboard input buffer full */
|
||||||
|
|
||||||
@ -58,12 +54,3 @@ void jazz_machine_restart(char *command)
|
|||||||
jazz_write_output (0x00);
|
jazz_write_output (0x00);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void jazz_machine_halt(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void jazz_machine_power_off(void)
|
|
||||||
{
|
|
||||||
/* Jazz machines don't have a software power switch */
|
|
||||||
}
|
|
||||||
|
@ -34,8 +34,6 @@
|
|||||||
extern asmlinkage void jazz_handle_int(void);
|
extern asmlinkage void jazz_handle_int(void);
|
||||||
|
|
||||||
extern void jazz_machine_restart(char *command);
|
extern void jazz_machine_restart(char *command);
|
||||||
extern void jazz_machine_halt(void);
|
|
||||||
extern void jazz_machine_power_off(void);
|
|
||||||
|
|
||||||
void __init plat_timer_setup(struct irqaction *irq)
|
void __init plat_timer_setup(struct irqaction *irq)
|
||||||
{
|
{
|
||||||
@ -95,8 +93,6 @@ void __init plat_mem_setup(void)
|
|||||||
/* The RTC is outside the port address space */
|
/* The RTC is outside the port address space */
|
||||||
|
|
||||||
_machine_restart = jazz_machine_restart;
|
_machine_restart = jazz_machine_restart;
|
||||||
_machine_halt = jazz_machine_halt;
|
|
||||||
pm_power_off = jazz_machine_power_off;
|
|
||||||
|
|
||||||
screen_info = (struct screen_info) {
|
screen_info = (struct screen_info) {
|
||||||
0, 0, /* orig-x, orig-y */
|
0, 0, /* orig-x, orig-y */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user