]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/oprofile/common.c
Merge omap-drivers
[linux-2.6-omap-h63xx.git] / arch / arm / oprofile / common.c
index 0a007b931f6368f8dcb8eb3dc4b47d4c5ae17b6d..6f833358cd0612c4c13e5d59619e86ccee2749e5 100644 (file)
@@ -135,14 +135,6 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
        spec = &op_xscale_spec;
 #endif
 
-#ifdef CONFIG_OPROFILE_ARMV6
-       spec = &op_armv6_spec;
-#endif
-
-#ifdef CONFIG_OPROFILE_MPCORE
-       spec = &op_mpcore_spec;
-#endif
-
        if (spec) {
                ret = spec->init();
                if (ret < 0)