commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=b2ae534e4e88a76af781167535320b428139ff7c branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
Signed-off-by: Bob Liu <[email protected]> --- arch/blackfin/include/asm/mutex.h | 1 - arch/blackfin/mach-bf537/boards/stamp.c | 14 ++------------ 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/arch/blackfin/include/asm/mutex.h b/arch/blackfin/include/asm/mutex.h deleted file mode 100644 index ff6101a..0000000 --- a/arch/blackfin/include/asm/mutex.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/mutex-dec.h> diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index cdfdaa0..e86f7fd 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -1743,13 +1743,8 @@ static struct resource bfin_sir0_resources[] = { .flags = IORESOURCE_MEM, }, { - .start = IRQ_UART0_TX, - .end = IRQ_UART0_TX, - .flags = IORESOURCE_IRQ, - }, - { .start = IRQ_UART0_RX, - .end = IRQ_UART0_RX, + .end = IRQ_UART0_RX+1, .flags = IORESOURCE_IRQ, }, { @@ -1774,13 +1769,8 @@ static struct resource bfin_sir1_resources[] = { .flags = IORESOURCE_MEM, }, { - .start = IRQ_UART1_TX, - .end = IRQ_UART1_TX, - .flags = IORESOURCE_IRQ, - }, - { .start = IRQ_UART1_RX, - .end = IRQ_UART1_RX, + .end = IRQ_UART1_RX+1, .flags = IORESOURCE_IRQ, }, {
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
