]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-frv/system.h
Don't include linux/config.h from anywhere else in include/
[linux-2.6-omap-h63xx.git] / include / asm-frv / system.h
index f72ff0c4dc0b9050a580e0c4dba61b8a36b7b129..351863dfd06e14528b6237bd01fe1f124d0ff64c 100644 (file)
 #ifndef _ASM_SYSTEM_H
 #define _ASM_SYSTEM_H
 
-#include <linux/config.h> /* get configuration macros */
 #include <linux/linkage.h>
 #include <asm/atomic.h>
 
 struct thread_struct;
 
-#define prepare_to_switch()    do { } while(0)
-
 /*
  * switch_to(prev, next) should switch from task `prev' to `next'
  * `prev' will never be the same as `next'.