Re: [PATCH] avr32: Fix build error caused by include file reshuffling

2017-03-05 Thread Hans-Christian Noren Egtvedt
Around Sun 05 Mar 2017 17:05:57 -0800 or thereabout, Guenter Roeck wrote: > Various avr32 builds fail as follows. > > arch/avr32/oprofile/backtrace.c:58: error: > dereferencing pointer to incomplete type > arch/avr32/oprofile/backtrace.c:60: error: > implicit declaration of function 'u

[PATCH] avr32: Fix build error caused by include file reshuffling

2017-03-05 Thread Guenter Roeck
Various avr32 builds fail as follows. arch/avr32/oprofile/backtrace.c:58: error: dereferencing pointer to incomplete type arch/avr32/oprofile/backtrace.c:60: error: implicit declaration of function 'user_mode' Fixes: f780d89a0e82 ("sched/headers: Remove from ...") Cc: Ingo Molnar