ARM: S3C24XX: remove separate restart code
[pandora-kernel.git] / arch / arm / mach-s3c24xx / s3c2443.c
index c7a804d..87b6b89 100644 (file)
@@ -61,14 +61,6 @@ static struct device s3c2443_dev = {
        .bus            = &s3c2443_subsys,
 };
 
-void s3c2443_restart(enum reboot_mode mode, const char *cmd)
-{
-       if (mode == REBOOT_SOFT)
-               soft_restart(0);
-
-       __raw_writel(S3C2443_SWRST_RESET, S3C2443_SWRST);
-}
-
 int __init s3c2443_init(void)
 {
        printk("S3C2443: Initialising architecture\n");