2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

tms380tr: declare MODULE_FIRMWARE

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings 2009-11-07 11:55:20 +00:00 committed by David S. Miller
parent 866691a21e
commit b3ccbb24e8

View File

@ -1364,6 +1364,8 @@ static int tms380tr_reset_adapter(struct net_device *dev)
return (-1); return (-1);
} }
MODULE_FIRMWARE("tms380tr.bin");
/* /*
* Starts bring up diagnostics of token ring adapter and evaluates * Starts bring up diagnostics of token ring adapter and evaluates
* diagnostic results. * diagnostic results.