]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/i386/kernel/cpu/umc.c
[PATCH] i386: mark cpu init functions as __cpuinit, data as __cpuinitdata
[mirror_ubuntu-artful-kernel.git] / arch / i386 / kernel / cpu / umc.c
index 392b195948d63a8dedd11b4a25d7f60b7cc1721e..1bf3f87e9c5b66cb244c3f6d9902b35701ef9d8e 100644 (file)
@@ -5,10 +5,6 @@
 
 /* UMC chips appear to be only either 386 or 486, so no special init takes place.
  */
-static void __init init_umc(struct cpuinfo_x86 * c)
-{
-
-}
 
 static struct cpu_dev umc_cpu_dev __cpuinitdata = {
        .c_vendor       = "UMC",
@@ -21,7 +17,6 @@ static struct cpu_dev umc_cpu_dev __cpuinitdata = {
                  }
                },
        },
-       .c_init         = init_umc,
 };
 
 int __init umc_init_cpu(void)