projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b781de
)
Blackfin: bf537-stamp: change CONFIG_USB_SL811_BFIN_IRQ to IRQ_PF4
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 21 Dec 2009 15:07:43 +0000
(15:07 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:47 +0000
(
00:30
-0500)
The Kconfig option was never mainlined, so replace the define with the
actual pin that it is hooked up to by default.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf537/boards/stamp.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/mach-bf537/boards/stamp.c
b/arch/blackfin/mach-bf537/boards/stamp.c
index 03e36bd6fd057c2e6098f723f02146dcc9e2efa3..34022367f5181b684e0354ad563d68e764fd9876 100644
(file)
--- a/
arch/blackfin/mach-bf537/boards/stamp.c
+++ b/
arch/blackfin/mach-bf537/boards/stamp.c
@@
-208,8
+208,8
@@
static struct resource sl811_hcd_resources[] = {
.end = 0x20340004,
.flags = IORESOURCE_MEM,
}, {
- .start =
CONFIG_USB_SL811_BFIN_IRQ
,
- .end =
CONFIG_USB_SL811_BFIN_IRQ
,
+ .start =
IRQ_PF4
,
+ .end =
IRQ_PF4
,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
},
};