[PATCH] Remove unused prepare_to_switch macro
[firefly-linux-kernel-4.4.55.git] / include / asm-frv / system.h
index f72ff0c4dc0b9050a580e0c4dba61b8a36b7b129..1734ed91bcdcdb7f0136f10bd9f14fc8e9d535b3 100644 (file)
@@ -18,8 +18,6 @@
 
 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'.