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 minix filesystem routines.
#

obj-$(CONFIG_MINIX_FS) += minix.o

minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
back to top