diff options
author | Brian Norris <computersforpeace@gmail.com> | 2016-07-19 13:05:41 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2016-07-19 19:48:48 -0700 |
commit | 1dcff2e4ae728a36876bdb108173f4cbcae128bf (patch) | |
tree | aa3886dc94eed79e625d24cfaae5bfae0d42fe8e /arch/x86/include/asm/inat.h | |
parent | ad35c9a0dcd88ed0c635258ddfe4f3990045bd16 (diff) | |
download | linux-1dcff2e4ae728a36876bdb108173f4cbcae128bf.tar.bz2 |
mtd: spi-nor: don't build Cadence QuadSPI on non-ARM
This controller driver is used only on ARM but is mostly written
portably so it can build on other arch'es. Unfortunately, at least x86
doesn't provibe readsl()/writesl() accessors. We could possibly fix this
issue in the future by using io{read,write}32_rep() instead, but let's
just drop the architectures we aren't using for now.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/inat.h')
0 files changed, 0 insertions, 0 deletions