Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[firefly-linux-kernel-4.4.55.git] / arch / frv / include / asm / processor.h
index 9b1a92b73f6009af3f19fedafd9e3be0d3ab445c..dccb9d162318bf9d9f6d93c0ee54a9a18d0a3158 100644 (file)
@@ -54,7 +54,6 @@ extern struct cpuinfo_frv __nongprelbss boot_cpu_data;
  * Bus types
  */
 #define EISA_bus 0
-#define MCA_bus 0
 
 struct thread_struct {
        struct pt_regs          *frame;         /* [GR28] exception frame ptr for this thread */
@@ -103,8 +102,6 @@ do {                                                        \
        __frame->sp     = (_usp);                       \
 } while(0)
 
-extern void prepare_to_copy(struct task_struct *tsk);
-
 /* Free all resources held by a thread. */
 static inline void release_thread(struct task_struct *dead_task)
 {