]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/sched.c
[ARM] 3495/1: EABI: undefine removed syscalls, but...
[linux-2.6-omap-h63xx.git] / kernel / sched.c
index 365f0b90b4de534b628acb871ace309491672690..4c64f85698aee2205c442f3fec09d18a3db5d4a3 100644 (file)
@@ -4814,7 +4814,7 @@ static int migration_call(struct notifier_block *nfb, unsigned long action,
 /* Register at highest priority so that task migration (migrate_all_tasks)
  * happens before everything else.
  */
-static struct notifier_block __devinitdata migration_notifier = {
+static struct notifier_block migration_notifier = {
        .notifier_call = migration_call,
        .priority = 10
 };