Skip to content

Commit

Permalink
mn10300: kernel/internal.h needs <linux/irqreturn.h>
Browse files Browse the repository at this point in the history
Fix the nm10300 build failure:

  In file included from arch/mn10300/kernel/csrc-mn10300.c:14:0:
  arch/mn10300/kernel/internal.h:42:1: error: unknown type name 'irqreturn_t'

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: David Howells <[email protected]>
Cc: Koichi Yasutake <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
geertu authored and torvalds committed Jul 11, 2012
1 parent 1c20c3d commit 7a63091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mn10300/kernel/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* 2 of the Licence, or (at your option) any later version.
*/

#include <linux/irqreturn.h>

struct clocksource;
struct clock_event_device;

Expand Down

0 comments on commit 7a63091

Please sign in to comment.