Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dd66606 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: clean up style in irq defines



These files had a lot of whitespace damage, mostly due to copying and
pasting original files that had damage.

The BF561 header also had a lot of unused CONFIG_DEF_xxx defines, so
punt them all.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 6adc521e
Loading
Loading
Loading
Loading
+109 −109
Original line number Diff line number Diff line
@@ -202,4 +202,4 @@
#define IRQ_PWM_SYNC_POS	24
#define IRQ_PTP_STAT_POS	28

#endif				/* _BF518_IRQ_H_ */
#endif
+111 −111
Original line number Diff line number Diff line
@@ -201,4 +201,4 @@
#define IRQ_USB_INT2_POS	24
#define IRQ_USB_DMA_POS		28

#endif				/* _BF527_IRQ_H_ */
#endif
+55 −54
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@

#include <mach-common/irq.h>

#define SYS_IRQS	31
#define NR_PERI_INTS		24

#define IRQ_PLL_WAKEUP		7	/* PLL Wakeup Interrupt */
@@ -37,6 +36,8 @@
#define IRQ_MEM_DMA1		29	/* DMA10/11 Interrupt (Memory DMA Stream 1) */
#define IRQ_WATCH		30	/* Watch Dog Timer */

#define SYS_IRQS		31

#define IRQ_PF0			33
#define IRQ_PF1			34
#define IRQ_PF2			35
@@ -88,4 +89,4 @@
#define TIMER1_POS		4
#define TIMER0_POS		0

#endif				/* _BF533_IRQ_H_ */
#endif
+152 −151
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@

#include <mach-common/irq.h>

#define SYS_IRQS        39
#define NR_PERI_INTS		32

#define IRQ_PLL_WAKEUP		7	/* PLL Wakeup Interrupt */
@@ -46,6 +45,8 @@
#define IRQ_PROG_INTB		38	/* PF Ports F (PF15:0) Interrupt B */
#define IRQ_WATCH		38	/* Watch Dog Timer */

#define SYS_IRQS		39

#define IRQ_PPI_ERROR		42	/* PPI Error Interrupt */
#define IRQ_CAN_ERROR		43	/* CAN Error Interrupt */
#define IRQ_MAC_ERROR		44	/* MAC Status/Error Interrupt */
@@ -159,4 +160,4 @@
#define IRQ_MEM_DMA1_POS	24
#define IRQ_WATCH_POS		28

#endif				/* _BF537_IRQ_H_ */
#endif
+23 −22
Original line number Diff line number Diff line
@@ -144,4 +144,5 @@
#define IRQ_CAN_TX_POS		0
#define IRQ_MEM1_DMA0_POS	4
#define IRQ_MEM1_DMA1_POS	8
#endif				/* _BF538_IRQ_H_ */

#endif
Loading