Revision 69931e11288520c250152180ecf9b6ac5e6e40ed authored by Arnd Bergmann on 03 January 2021, 21:36:23 UTC, committed by David S. Miller on 05 January 2021, 23:50:36 UTC
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>
1 parent 51049bd
History
File Mode Size
Kconfig -rw-r--r-- 228 bytes
Makefile -rw-r--r-- 356 bytes
acl.c -rw-r--r-- 4.7 KB
dcache.c -rw-r--r-- 3.6 KB
devorangefs-req.c -rw-r--r-- 21.9 KB
dir.c -rw-r--r-- 9.1 KB
downcall.h -rw-r--r-- 2.9 KB
file.c -rw-r--r-- 17.5 KB
inode.c -rw-r--r-- 27.9 KB
namei.c -rw-r--r-- 11.5 KB
orangefs-bufmap.c -rw-r--r-- 12.6 KB
orangefs-bufmap.h -rw-r--r-- 925 bytes
orangefs-cache.c -rw-r--r-- 4.3 KB
orangefs-debug.h -rw-r--r-- 2.5 KB
orangefs-debugfs.c -rw-r--r-- 24.7 KB
orangefs-debugfs.h -rw-r--r-- 311 bytes
orangefs-dev-proto.h -rw-r--r-- 2.1 KB
orangefs-kernel.h -rw-r--r-- 13.2 KB
orangefs-mod.c -rw-r--r-- 5.9 KB
orangefs-sysfs.c -rw-r--r-- 33.0 KB
orangefs-sysfs.h -rw-r--r-- 77 bytes
orangefs-utils.c -rw-r--r-- 15.4 KB
protocol.h -rw-r--r-- 11.2 KB
super.c -rw-r--r-- 17.1 KB
symlink.c -rw-r--r-- 497 bytes
upcall.h -rw-r--r-- 6.7 KB
waitqueue.c -rw-r--r-- 10.3 KB
xattr.c -rw-r--r-- 14.7 KB

back to top