Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91355
b: refs/heads/master
c: 46acb55
h: refs/heads/master
i:
  91353: c5954b8
  91351: 7f1d5e8
v: v3
  • Loading branch information
Haavard Skinnemoen authored and Haavard Skinnemoen committed Apr 20, 2008
1 parent 9c59df2 commit e141dbd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 131 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: 62c6df62f9575cffd673bfc395270e6896a12a60
refs/heads/master: 46acb55b4b745256a33b2eaeb6d21fffdb091745
1 change: 0 additions & 1 deletion trunk/arch/avr32/mach-at32ap/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <linux/irq.h>
#include <linux/platform_device.h>

#include <asm/intc.h>
#include <asm/io.h>

#include "intc.h"
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/avr32/oprofile/op_model_avr32.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/sched.h>
#include <linux/types.h>

#include <asm/intc.h>
#include <asm/sysreg.h>
#include <asm/system.h>

Expand Down
128 changes: 0 additions & 128 deletions trunk/include/asm-avr32/intc.h

This file was deleted.

5 changes: 5 additions & 0 deletions trunk/include/asm-avr32/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
#ifndef __ASSEMBLER__
int nmi_enable(void);
void nmi_disable(void);

/*
* Returns a bitmask of pending interrupts in a group.
*/
extern unsigned long intc_get_pending(unsigned int group);
#endif

#endif /* __ASM_AVR32_IOCTLS_H */

0 comments on commit e141dbd

Please sign in to comment.