Revision 38a98bceaf5f786b931d16826fbb46e73280849b authored by David S. Miller on 24 April 2017, 22:28:57 UTC, committed by David S. Miller on 24 April 2017, 22:29:11 UTC
Florian Fainelli says:

====================
net: dsa: b53: BCM58xx devices fixes

This patch series contains fixes for the 58xx devices (Broadcom Northstar
Plus), which were identified thanks to the help of Eric Anholt.
====================

Tested-by: Eric Anholt <eric@anholt.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s 38baf3a + bfcda65
Raw File
Makefile
#
# Makefile for the linux adfs filesystem routines.
#

obj-$(CONFIG_ADFS_FS) += adfs.o

adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
back to top