arm gpio drivers: make them 'depends on ARM'
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 May 2011 21:06:42 +0000 (14:06 -0700)
committerLinus 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