Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275390
b: refs/heads/master
c: ddc7fd2
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven committed Nov 8, 2011
1 parent 017c9ef commit bd522cf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb1b646aa3bcae2f8211136a6b40228c7c9d236c
refs/heads/master: ddc7fd25d09678f8252c0321ef4b66e8451abe7d
1 change: 0 additions & 1 deletion trunk/arch/m68k/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ config MMU_SUN3
config USE_GENERIC_HARDIRQS
bool "Use genirq"
depends on MMU
depends on !MAC
depends on !APOLLO
depends on !MVME147
depends on !MVME16x
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/mac/baboon.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif

#include <asm/traps.h>
#include <asm/bootinfo.h>
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/mac/oss.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif

#include <asm/bootinfo.h>
#include <asm/macintosh.h>
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/mac/psc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif

#include <asm/traps.h>
#include <asm/bootinfo.h>
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/m68k/mac/via.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/module.h>
#ifdef CONFIG_GENERIC_HARDIRQS
#include <linux/irq.h>
#endif

#include <asm/bootinfo.h>
#include <asm/macintosh.h>
Expand Down

0 comments on commit bd522cf

Please sign in to comment.