git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba781c
)
arm gpio drivers: make them 'depends on ARM'
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 29 May 2011 21:06:42 +0000
(14:06 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 29 May 2011 21:06:42 +0000
(14:06 -0700)
We had a few drivers move from arch/arm into drivers/gpio, but they
don't actually compile without the ARM platform headers etc. As a
result they were messing up allyesconfig on x86.
Make them depend on ARM.
Reported-by: Ingo Molnar <mingo@elte.hu>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found