diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-03 22:36:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-01-05 15:50:36 -0800 |
commit | 69931e11288520c250152180ecf9b6ac5e6e40ed (patch) | |
tree | 90533f27ab19f53ef4b451f96397fabb465d0bf2 /include/memory | |
parent | 51049bd903a81307f751babe15a1df8d197884e8 (diff) | |
download | linux-69931e11288520c250152180ecf9b6ac5e6e40ed.tar.bz2 |
wan: ds26522: select CONFIG_BITREVERSE
Without this, the driver runs into a link failure
arm-linux-gnueabi-ld: drivers/net/wan/slic_ds26522.o: in function `slic_ds26522_probe':
slic_ds26522.c:(.text+0x100c): undefined reference to `byte_rev_table'
arm-linux-gnueabi-ld: slic_ds26522.c:(.text+0x1cdc): undefined reference to `byte_rev_table'
arm-linux-gnueabi-ld: drivers/net/wan/slic_ds26522.o: in function `slic_write':
slic_ds26522.c:(.text+0x1e4c): undefined reference to `byte_rev_table'
Fixes: c37d4a0085c5 ("Maxim/driver: Add driver for maxim ds26522")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/memory')
0 files changed, 0 insertions, 0 deletions