commit | fac04863cef53a69830590b2e1c54345068a9747 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 29 14:06:42 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 29 14:06:42 2011 -0700 |
tree | 59b9161b442ccd340324a8b42cdace84206014bb | |
parent | 2ba781ced93922e249dee2ac0751faccb4fb0656 [diff] |
arm gpio drivers: make them 'depends on ARM' 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>